Externalize in config file SIADE API URL.

This commit is contained in:
Xavier J 2016-09-01 12:09:44 +02:00
parent a48299353e
commit 1c5cd471cd
3 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,5 @@
if Rails.env.production?
SIADEURL = 'https://api.apientreprise.fr'
else
SIADEURL = 'https://api-dev.apientreprise.fr'
end