tap/config/secrets.yml

34 lines
1.2 KiB
YAML
Raw Normal View History

2015-03-20 02:57:00 +00:00
# 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: 5d40610321e19e4f71ee2ba8af4f426fe15096c405da3800c6b33bed6779f2d11f55a0edc455974b19a01fd71f6cd508dba980305dbc55ff82521a2d12f891d8
omniauth_client_id: tomtest
omniauth_client_secret: blargh
2015-04-04 00:50:26 +00:00
access_token: "token"
2016-02-02 14:20:04 +00:00
tab_api_key: "o6UIYc0r0cvsy0Ohaohqsw=="
2015-10-27 15:31:10 +00:00
koelkast_token: "token"
2015-03-20 02:57:00 +00:00
test:
secret_key_base: 961437e28e7d6055ffaad9cf1f8d614354f57f10cb2d7601c9d6ede72a03b9c9535ad9e63507e3eb31252c4895970a63117493408f2e9a46c7a0c4a5a7836b81
2015-04-04 00:50:26 +00:00
access_token: "token"
2015-03-20 02:57:00 +00:00
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
omniauth_client_id: ""
omniauth_client_secret: ""
2015-04-04 00:50:26 +00:00
access_token: ""
2015-09-12 09:47:00 +00:00
tab_api_key: ""
koelkast_token: ""