Refactoring #34
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -11,6 +11,6 @@ spaceapid
|
|||
spaceapid-state.json
|
||||
|
||||
# Config shards
|
||||
credentials.json
|
||||
dynamic.json
|
||||
response.json
|
||||
config-credentials.json
|
||||
config-dynamic.json
|
||||
config-response.json
|
||||
|
|
|
@ -55,5 +55,5 @@ Set the environment variable to a comma-separated list of config files or pass t
|
|||
```shell
|
||||
env CONFIG_PATH=config-template.json go run .
|
||||
# OR
|
||||
go run . -c credentials.json,dynamic.json,response.json
|
||||
go run . -c config-credentials.json,config-dynamic.json,config-response.json
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue