Deployment-app-for-cloud-ho.../config/secrets.yml
2017-08-30 10:57:37 +10:00

32 lines
1.2 KiB
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 `rails secret` to generate a secure secret key.
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.
# Shared secrets are available across all environments.
# shared:
# api_key: a1B2c3D4e5F6
# Environmental secrets are only available for that specific environment.
development:
secret_key_base: 2a504054b5af4c20f4a26232d08bd1bd17ccb044b3740eb0708261a96b3b0ed43497fddcef6c7d5e5a0b87f066c03784ab8eaec92caf776d98c4d7f9a7cffa51
test:
secret_key_base: f0ec2bf49425e8346d1e25f14aa021dd901555eced5a80ab3cb5c04400d85afe6ab301e148537acb70469cd96ac9000d3782fe58d0ce46d8bdb5bd6a5f87b575
# Do not keep production secrets in the unencrypted secrets file.
# Instead, either read values from the environment.
# Or, use `bin/rails secrets:setup` to configure encrypted secrets
# and move the `production:` environment over there.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>