From 11b8259e6b69efe209906d87d2682f85e008becc Mon Sep 17 00:00:00 2001 From: jpl Date: Fri, 7 Jul 2017 09:51:55 +0200 Subject: Fix auth switch mode (again) --- config/environments/development.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/environments/development.rb') diff --git a/config/environments/development.rb b/config/environments/development.rb index c0531594c..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", -- cgit v1.2.3