12 lines
392 B
Text
12 lines
392 B
Text
|
---
|
||
|
production:
|
||
|
an_unread_key: 'this key will not be in the secrets'
|
||
|
shared:
|
||
|
a_shared_key: 'this key is shared'
|
||
|
an_overriden_shared_key: 'this key is overwritten by merge'
|
||
|
test:
|
||
|
an_environment_specific_key: 'test environment value'
|
||
|
an_overriden_shared_key: 'the merge overwrote this key'
|
||
|
erb_env_key: <%= ENV['KEY'] %>
|
||
|
encrypted_settings_key_base: <%= '0123456789abcdef' * 8 %>
|