diff --git a/config/production/config.yml b/config/production/config.yml index 501e181..9c9f845 100644 --- a/config/production/config.yml +++ b/config/production/config.yml @@ -4,4 +4,4 @@ deployment: targets: - name: production URL: >- - s3://jarnat.fr?endpoint=http://10.20.20.25:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage + s3://jarnat.fr?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage diff --git a/config/staging/config.yml b/config/staging/config.yml index 2d6d2d7..db1659d 100644 --- a/config/staging/config.yml +++ b/config/staging/config.yml @@ -4,4 +4,4 @@ deployment: targets: - name: staging URL: >- - s3://staging.jarnat.fr?endpoint=http://10.20.20.25:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage + s3://staging.jarnat.fr?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage