aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/secrets.yml.docker20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/secrets.yml.docker b/config/secrets.yml.docker
new file mode 100644
index 000000000..234b21046
--- /dev/null
+++ b/config/secrets.yml.docker
@@ -0,0 +1,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"