mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 18:24:58 +00:00
23 lines
964 B
YAML
23 lines
964 B
YAML
# Be sure to restart your server when you modify this file.
|
|
|
|
# Your secret key is used for verifying the integrity of signed cookies.
|
|
# If you change this key, all old signed cookies will become invalid!
|
|
|
|
# Make sure the secret is at least 30 characters and all random,
|
|
# no regular words or you'll be exposed to dictionary attacks.
|
|
# You can use `rake secret` to generate a secure secret key.
|
|
|
|
# Make sure the secrets in this file are kept private
|
|
# if you're sharing your code publicly.
|
|
|
|
development:
|
|
secret_key_base: 9ca99012ebaf2a54551c19542d7fd4fc4c6998b1e554cb7e56e11ffca4508daa26610bd8abe2a241959215675a8941cde7685a7f26183495044b17822a8be175
|
|
|
|
test:
|
|
secret_key_base: efbd88d057cbc50df7c5dba81797b798e295fc33ec6a237949fdbfdbe318ac935de12ec87cc311a1eabfb8cae20c5858e87fbf39d0cd630b6318dd5eccffa6f6
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|