diff options
Diffstat (limited to 'config/environments/development.rb')
| -rw-r--r-- | config/environments/development.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 95819a5c2..61a0b97e9 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -73,6 +73,11 @@ Rails.application.configure do url: "http://stif-portail-dev.af83.priv" } + # Ext. apps links + config.reflex_url = "https://195.46.215.128" + config.codifligne_url = "https://pprod.codifligne.stif.info" + config.portal_url = "http://stif-boiv-staging.af83.priv" + # file to data for demo config.demo_data = "tmp/demo.zip" |
