diff options
Diffstat (limited to 'config/environments/development.rb')
| -rw-r--r-- | config/environments/development.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/config/environments/development.rb b/config/environments/development.rb index 35f697d04..624382000 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -71,10 +71,9 @@ Rails.application.configure do        cas_server: "http://stif-portail-dev.af83.priv/sessions"      }    end -  config.stif_portail_api = -    { -      key: "Ohphie1Voo6the5hohpi", -      url: "http://stif-portail-dev.af83.priv" +  config.stif_portail_api = { +    key: "Ohphie1Voo6the5hohpi", +    url: "http://stif-portail-dev.af83.priv"    }    # Ext. apps links | 
