diff options
| author | Alban Peignier | 2016-05-25 15:53:52 +0200 |
|---|---|---|
| committer | Alban Peignier | 2016-05-25 15:55:11 +0200 |
| commit | e30ce627fcd524eb616000d73f6a8450c08e1cba (patch) | |
| tree | 647f8cc8abdaef19018d3772ef41cc128b5ea136 /config | |
| parent | 444494b031045892269558b3bd39d25d40ea41d4 (diff) | |
| download | chouette-core-e30ce627fcd524eb616000d73f6a8450c08e1cba.tar.bz2 | |
Fixes header and footer to remove Chouette specific stuff. Refs #912
Diffstat (limited to 'config')
| -rw-r--r-- | config/environment.rb | 2 | ||||
| -rw-r--r-- | config/environments/development.rb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/environment.rb b/config/environment.rb index dbb8bc8b6..3bc3051d1 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -5,4 +5,4 @@ require File.expand_path('../application', __FILE__) Rails.application.initialize! # Fix version -APP_VERSION = '3.2.0' +APP_VERSION = 'Iteration 4' diff --git a/config/environments/development.rb b/config/environments/development.rb index 336b3b700..086952dc1 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -52,10 +52,10 @@ Rails.application.configure do # Specific theme for each company # AFIMB - config.company_name = "afimb" - config.company_theme = "#61970b" # AFIMB color + config.company_name = "stif" + config.company_theme = "#66b4e0" config.company_contact = "http://www.chouette.mobi/club-utilisateurs/contact-support/" - config.accept_user_creation = true + config.accept_user_creation = false config.chouette_authentication_settings = { type: "database" |
