-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1428 from camptocamp/backport/1425-to-prod-2-8-ad…
…vance [Backport prod-2-8-advance] Remove print secret requirements
- Loading branch information
Showing
2 changed files
with
11 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,6 @@ throwErrorOnExtraParameters: true | |
defaultToSvg: true | ||
resourceBundle: localisation | ||
|
||
smtp: | ||
username: ${SMTP_USER} | ||
password: ${SMTP_PASSWORD} | ||
fromAddress: [email protected] | ||
host: email-smtp.eu-west-1.amazonaws.com | ||
port: 465 | ||
ssl: True | ||
subject: Map from GeoMapFish demo | ||
body: Your printed map form GeoMapFish demo is <a href="{url}">here</a>. | ||
storage: !s3reportStorage | ||
bucket: print-mutualized | ||
prefix: gmf_demo | ||
endpointUrl: https://sos-ch-dk-2.exo.io/ | ||
region: ch-dk-2 | ||
accessKey: ${AWS_ACCESS_KEY_ID} | ||
secretKey: ${AWS_SECRET_ACCESS_KEY} | ||
|
||
allowedReferers: &allowedHosts | ||
${DISABLE_MUTUALIZED_PRINT}- !hostnameMatch | ||
${DISABLE_MUTUALIZED_PRINT} host: ${MUTUALIZED_PRINT_URL} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters