-
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.
The goal it to don't have to migrate to new shared config manager to be able to have secrests.
- Loading branch information
Showing
1 changed file
with
0 additions
and
17 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} | ||
|