diff options
| author | Robert | 2017-06-23 17:01:00 +0200 | 
|---|---|---|
| committer | Robert | 2017-06-23 17:25:20 +0200 | 
| commit | d245c7bc9abab607c6d6e139057dba8ab47a0cec (patch) | |
| tree | 9f511d1ace0eb396d640118063693e1e3a9228ad /config | |
| parent | 509a52c5d7d4aae55debab1bdcb8e6a0802f46ff (diff) | |
| download | chouette-core-d245c7bc9abab607c6d6e139057dba8ab47a0cec.tar.bz2 | |
Fixes: #3605@2h, also refact of models/calendar
Diffstat (limited to 'config')
| -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",  | 
