mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
20 lines
312 B
Text
20 lines
312 B
Text
defaults: &defaults
|
|
# You can generate secret keys with 'rake secret'
|
|
|
|
# For rails cookies
|
|
secret_key_base: '12345'
|
|
|
|
# For devise login tokens
|
|
devise_secret_key: '12345'
|
|
|
|
# Your errbit API key
|
|
# errbit_key: '12345'
|
|
|
|
development:
|
|
<<: *defaults
|
|
|
|
test:
|
|
<<: *defaults
|
|
|
|
production:
|
|
<<: *defaults
|