diff options
| author | Xinhui | 2017-02-06 10:24:38 +0100 |
|---|---|---|
| committer | Xinhui | 2017-02-06 10:24:51 +0100 |
| commit | 3c0523a3a498f43abaed89eaab1113cd361b117a (patch) | |
| tree | 3f59bbce1172c915b1f8dde819b23c9d340c6d71 | |
| parent | 72425b456c4a99741bf81f534cce1cb5c95ed4f4 (diff) | |
| download | chouette-core-3c0523a3a498f43abaed89eaab1113cd361b117a.tar.bz2 | |
Update reflex pprod url
| -rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 5d9a6172d..95819a5c2 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -57,7 +57,7 @@ Rails.application.configure do config.accept_user_creation = false # Reflex api url - config.reflex_api_url = "https://37.35.6.109/ws/reflex/V1/service=getData" + 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 = { |
