7 lines
212 B
Ruby
7 lines
212 B
Ruby
if Rails.env.production?
|
|
API_ENTREPRISE_URL = 'https://entreprise.api.gouv.fr/v2'
|
|
else
|
|
API_ENTREPRISE_URL = 'https://staging.entreprise.api.gouv.fr/v2'
|
|
end
|
|
|
|
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1'
|