Skip to content

Commit 5afe04b

Browse files
committed
docs: mention APP_CONFIG_SECRETS
1 parent 0b095fa commit 5afe04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menubar: docs-menu
88

99
# Configuration
1010

11-
Custom configuration for this application may be specified via an environment variable `APP_CONFIG` to a configuration file that will be merged with the default configuration file.
11+
Custom configuration for this application may be specified via an environment variable `APP_CONFIG` to a configuration file that will be merged with the default configuration file. A second configuration file can be provided via `APP_CONFIG_SECRETS` that overrides fields of `APP_CONFIG`. The second file is typically used for providing secrets.
1212

1313
- [Default Configuration](https://github.com/moov-io/achgateway/tree/master/configs/config.default.yml)
1414
- [Config Source Code](https://github.com/moov-io/achgateway/blob/master/internal/service/model_config.go)

0 commit comments

Comments
 (0)