aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments/test.rb')
-rw-r--r--config/environments/test.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index fdfe9f527..d5a5fe5e8 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -44,6 +44,20 @@ ChouetteIhm::Application.configure do
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
+ # replace this with your production tracker code
+ GA.tracker = "UA-AAAAAAAA"
+
+ # api key to geoportail IGN (production key link to application url root referer)
+ config.geoportail_api_key = "aaaaaaaaaaaaaa"
+
+ # Specific for each company
+ config.company_name = "afimb"
+ config.company_theme = "#61970b"
+ config.company_contact = "http://www.chouette.mobi/contact-support/"
+
+ # file to data for demo
+ config.demo_data = "tmp/demo.zip"
+
# link to validation specification pages
config.validation_spec = "http://www.chouette.mobi/neptune-validation/v20/"