Refactoring #34

Merged
bendodroid merged 10 commits from :Bendodroid-refactoring into main 2024-05-26 21:06:30 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 4840021b08 - Show all commits

6
.gitignore vendored
View file

@ -11,6 +11,6 @@ spaceapid
spaceapid-state.json spaceapid-state.json
# Config shards # Config shards
credentials.json config-credentials.json
dynamic.json config-dynamic.json
response.json config-response.json

View file

@ -55,5 +55,5 @@ Set the environment variable to a comma-separated list of config files or pass t
```shell ```shell
env CONFIG_PATH=config-template.json go run . env CONFIG_PATH=config-template.json go run .
# OR # OR
go run . -c credentials.json,dynamic.json,response.json go run . -c config-credentials.json,config-dynamic.json,config-response.json
``` ```