aboutsummaryrefslogtreecommitdiffstats
path: root/config/secrets.yml.docker
blob: 234b210465b6bd0a28035d908ce99534aeb7f401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.

<%= ENV.fetch 'RAILS_ENV', 'production' %>:
  secret_key_base: <%= ENV.fetch 'SECRET_KEY_BASE', 'change_this_string_for_something_more_secure' %>
  api_endpoint: <%= ENV.fetch 'IEV_API_ENDPOINT', 'http://iev:8080/chouette_iev/' %>
  api_token: <%= ENV.fetch 'IEV_API_TOCKEN', 'change this according to IEV configuration' %>
  google_analytic_tracker: "UA-AAAAAAAA"
  # geoportail_api_key: "aaaaaaaaaaaaaaaaaaaaaa"
  newrelic_licence_key: ""
  osrm_endpoint: "http://router.project-osrm.org"