Conf: storage.apientreprise.fr -> static.demarches-simplifiees.fr

This commit is contained in:
simon lehericey 2018-10-23 12:31:21 +02:00
parent 459816a0ab
commit b00dec4bf6
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ HELPSCOUT_API_URL = "https://api.helpscout.net/v2"
PIPEDRIVE_API_URL = "https://api.pipedrive.com/v1"
# Internal URLs
FOG_BASE_URL = "https://storage.apientreprise.fr"
FOG_BASE_URL = "https://static.demarches-simplifiees.fr"
# External services URLs
DOC_URL = "https://doc.demarches-simplifiees.fr"

View file

@ -6,6 +6,6 @@ describe RemoteDownloader do
subject { described_class.new filename }
describe '#url' do
it { expect(subject.url).to eq 'https://storage.apientreprise.fr/tps_dev/file_name.pdf' }
it { expect(subject.url).to eq 'https://static.demarches-simplifiees.fr/tps_dev/file_name.pdf' }
end
end