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