5 lines
126 B
Ruby
5 lines
126 B
Ruby
if Rails.env.production?
|
|
SIADEURL = 'https://api.apientreprise.fr'
|
|
else
|
|
SIADEURL = 'https://api-dev.apientreprise.fr'
|
|
end
|