diff options
| author | Robert | 2017-07-19 18:41:01 +0200 |
|---|---|---|
| committer | Robert | 2017-07-19 18:41:01 +0200 |
| commit | b1904db1a8145620f600736a9933c043a4dfcf9f (patch) | |
| tree | 7bd7923721d1614080bb62b705b1d045b6fee42f /config/environments | |
| parent | d2abe2d195a8a8a3bf4539816049be60ca06e187 (diff) | |
| download | chouette-core-b1904db1a8145620f600736a9933c043a4dfcf9f.tar.bz2 | |
Refs: #3506@1h; Code Review
Diffstat (limited to 'config/environments')
| -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 |
