diff options
| author | Xinhui | 2016-10-06 14:50:06 +0200 |
|---|---|---|
| committer | Xinhui | 2016-10-06 14:50:12 +0200 |
| commit | 670cba148163f8ea9a03bf89097fb3333feb1d13 (patch) | |
| tree | ec04f763d2ffcfb9bf9e5af664eab8b94d4b5f32 /config/environments/development.rb | |
| parent | 4b713d8b7b1097838a78d36dae3ec1cfac711349 (diff) | |
| download | chouette-core-670cba148163f8ea9a03bf89097fb3333feb1d13.tar.bz2 | |
Override codifligne api url
Refs #1765
Diffstat (limited to 'config/environments/development.rb')
| -rw-r--r-- | config/environments/development.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 47e365098..63f9c94a8 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -58,6 +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.chouette_authentication_settings = { # type: "database" |
