diff options
| author | Xinhui | 2017-01-27 15:29:43 +0100 | 
|---|---|---|
| committer | Xinhui | 2017-01-30 10:19:50 +0100 | 
| commit | b5ea7ea89eb60d877d2362ea75c53617c0da3451 (patch) | |
| tree | f6fd6cbf5da0687ac3985d1c11126277247380ae | |
| parent | c6e66eae73984798ceea041c7478ba74c5599f3f (diff) | |
| download | chouette-core-b5ea7ea89eb60d877d2362ea75c53617c0da3451.tar.bz2 | |
Edit reflex api 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 2931b4bf7..5d9a6172d 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://195.46.215.128/ws/reflex/V1/service=getData" +  config.reflex_api_url = "https://37.35.6.109/ws/reflex/V1/service=getData"    config.codifligne_api_url = "https://pprod.codifligne.stif.info/rest/v1/lc/getlist"    # config.chouette_authentication_settings = { | 
