diff options
| author | Robert | 2017-06-20 17:03:56 +0200 |
|---|---|---|
| committer | Robert | 2017-06-20 17:03:56 +0200 |
| commit | f42ea52d0f7f6fd6cab7f9179f93e189dd90bdca (patch) | |
| tree | b90c3dad73117122ae322ea54c235d1ffc2cb465 /config/environments | |
| parent | aceeb812800c9429631f9c21d3f1b063ee634fef (diff) | |
| download | chouette-core-f42ea52d0f7f6fd6cab7f9179f93e189dd90bdca.tar.bz2 | |
Refs: #3595@3h; calendars/new Date validation
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/development.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 0b4eab7d2..1d1c85785 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -60,13 +60,13 @@ Rails.application.configure do config.reflex_api_url = "https://pprod.reflex.stif.info/ws/reflex/V1/service=getData" config.codifligne_api_url = "https://pprod.codifligne.stif.info/rest/v1/lc/getlist" - # 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: "Ohphie1Voo6the5hohpi", |
