diff options
| author | Florent Peyraud | 2018-01-02 16:32:03 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2018-01-07 23:22:20 +0100 | 
| commit | e227e938647f75a253fd938b494dfad56e47ec6f (patch) | |
| tree | 73c2b3af0543dca4630c37b7b6750e198f7d43e4 | |
| parent | 9dd63f3bca947e0f770df74c18950848313eb716 (diff) | |
| download | chouette-core-e227e938647f75a253fd938b494dfad56e47ec6f.tar.bz2 | |
dir for sidekiq pids and configurable secrets.yml
| -rw-r--r-- | config/secrets.yml.docker | 20 | ||||
| -rw-r--r-- | tmp/pids/.gitkeep | 0 | 
2 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" diff --git a/tmp/pids/.gitkeep b/tmp/pids/.gitkeep new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tmp/pids/.gitkeep | 
