diff --git a/.gitignore b/.gitignore index bb571c2..dcf0649 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index f68787a..ad7467a 100644 --- a/README.md +++ b/README.md @@ -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 ```