diff options
| author | jpl | 2017-06-28 11:17:11 +0200 | 
|---|---|---|
| committer | Robert | 2017-06-28 11:21:56 +0200 | 
| commit | 7ed8e83749c9714bc8712ef75042c71a0b6fb79e (patch) | |
| tree | c8371f456383736ce51ccc4cdbb1440cd6c08a73 | |
| parent | 92bf6d407c304c40e4d34eec8a85f6c3e1f7dab9 (diff) | |
| download | chouette-core-7ed8e83749c9714bc8712ef75042c71a0b6fb79e.tar.bz2 | |
Undo auth config mod. (was a mistake)
| -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 1d1c85785..0b4eab7d2 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", | 
