From 32e746ddb3a5faf6138c9cbc64be5371a5602bbe Mon Sep 17 00:00:00 2001 From: Bertocq Date: Tue, 16 Jan 2018 12:46:15 +0100 Subject: [PATCH] Add maps config variables to secrets example file --- config/secrets.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/secrets.yml.example b/config/secrets.yml.example index 3939d7b80..5157e350c 100644 --- a/config/secrets.yml.example +++ b/config/secrets.yml.example @@ -17,11 +17,11 @@ apis: &apis http_basic_auth: &http_basic_auth http_basic_auth: true - development: http_basic_username: "dev" http_basic_password: "pass" <<: *default + <<: *maps test: <<: *default