aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/test.rb
diff options
context:
space:
mode:
authorLuc Donnet2014-06-25 16:34:19 +0200
committerLuc Donnet2014-06-25 16:34:19 +0200
commit0449133dc118c1859511b23c02743bcf08dc7359 (patch)
treec98e7831c160ee5837b216b3536a169a7830b425 /config/environments/test.rb
parent3988cf436bd2a751b3f229eaeebe0e2f371f6774 (diff)
downloadchouette-core-0449133dc118c1859511b23c02743bcf08dc7359.tar.bz2
Refactoring layout 2nd part Refs #0026847
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/"