diff options
| author | Xinhui | 2016-08-05 15:25:39 +0200 |
|---|---|---|
| committer | Xinhui | 2016-08-05 15:25:43 +0200 |
| commit | 96b1abb62d9ae34c9ee7b334c374476b78f82b9b (patch) | |
| tree | 5d732f165743511ca27e4049db8961232ae655af /config | |
| parent | 6ad42c2e2aa43b18ec2d6d94b998c7e27e55ea78 (diff) | |
| download | chouette-core-96b1abb62d9ae34c9ee7b334c374476b78f82b9b.tar.bz2 | |
Refactoring - Rake task users:sync
Diffstat (limited to 'config')
| -rw-r--r-- | config/environments/development.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index b895fa9a3..4a6844a3c 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -56,17 +56,17 @@ Rails.application.configure do config.company_contact = "http://www.chouette.mobi/club-utilisateurs/contact-support/" config.accept_user_creation = false - config.chouette_authentication_settings = { - type: "database" - } # config.chouette_authentication_settings = { - # type: "cas", - # cas_server: "http://stif-portail-dev.af83.priv/sessions" + # type: "database" # } + config.chouette_authentication_settings = { + type: "cas", + cas_server: "http://stif-portail-dev.af83.priv/sessions" + } config.stif_portail_api = { key: "411e6b8d259bc9900c0caf9db6072013", - url: "http://localhost:3000" + url: "http://stif-portail-dev.af83.priv" } # file to data for demo |
