Add maps config variables to secrets example file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user