mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
8 lines
No EOL
268 B
YAML
8 lines
No EOL
268 B
YAML
development:
|
|
secret_key_base: <%= SITE_CONFIG["secret_token"] || SecureRandom.hex(64) %>
|
|
|
|
test:
|
|
secret_key_base: <%= SITE_CONFIG["secret_token"] || SecureRandom.hex(64) %>
|
|
|
|
production:
|
|
secret_key_base: <%= SITE_CONFIG["secret_token"] || SecureRandom.hex(64) %> |