diff options
| author | Xinhui | 2016-09-09 10:46:51 +0200 |
|---|---|---|
| committer | Xinhui | 2016-09-09 10:46:51 +0200 |
| commit | 5e18276c5a01359f5b1e76146283e7b528aeed50 (patch) | |
| tree | 9f27263ef57d87a1922da974228af2201ccf0227 /config/environments | |
| parent | 4425686bdf93f9d90187244b2f336043934cc75e (diff) | |
| download | chouette-core-5e18276c5a01359f5b1e76146283e7b528aeed50.tar.bz2 | |
Edit Reflex api url for dev env
Diffstat (limited to 'config/environments')
| -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 12dafdc73..47e365098 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://reflex.stif.info/ws/reflex/V1/service=getData" + config.reflex_api_url = "https://195.46.215.128/ws/reflex/V1/service=getData" # config.chouette_authentication_settings = { # type: "database" |
