Add maps config variables to secrets example file

This commit is contained in:
Bertocq
2018-01-16 12:46:15 +01:00
parent 6258bbef13
commit 32e746ddb3

View File

@@ -17,11 +17,11 @@ apis: &apis
http_basic_auth: &http_basic_auth http_basic_auth: &http_basic_auth
http_basic_auth: true http_basic_auth: true
development: development:
http_basic_username: "dev" http_basic_username: "dev"
http_basic_password: "pass" http_basic_password: "pass"
<<: *default <<: *default
<<: *maps
test: test:
<<: *default <<: *default