Refactoring #34
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue