aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb2
-rw-r--r--config/environments/development.rb6
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"