spec/dummy/config/secrets.yml in anyway_config-0.3.0 vs spec/dummy/config/secrets.yml in anyway_config-0.4.0
- old
+ new
@@ -17,12 +17,14 @@
secret_key_base: 164c31e4e77c1f37bbe4ce13c8f975beb0c21472e1eee6f08f2186b10b198586fcac88d161b9c2ac455acfac444c1cad4bf7c695f58e04ca2bf75c4028a9e967
cool:
user:
name: test
password: test
+ bullshit: 'mooo'
my_app:
name: 'app'
secret: 'my_secret'
+ elshit: 'UUU'
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>