diff options
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | config/environments/development.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 753484a3e..3be6ce7d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT GIT remote: git@github.com:AF83/stif-codifline-api.git - revision: e38210d88c447ca793b9fc3af6ec4c2a682f054c + revision: aee8bb5320bf03369fe15fd2f000b55e12c8b915 specs: codifligne (0.0.2) nokogiri (~> 1.6) diff --git a/config/environments/development.rb b/config/environments/development.rb index 63f9c94a8..2931b4bf7 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -58,7 +58,7 @@ Rails.application.configure do # Reflex api url config.reflex_api_url = "https://195.46.215.128/ws/reflex/V1/service=getData" - # config.codifligne_api_url = ""https://codifligne.stif.info/rest/v1/lc/getlist"" + config.codifligne_api_url = "https://pprod.codifligne.stif.info/rest/v1/lc/getlist" # config.chouette_authentication_settings = { # type: "database" |
