Skip to content

Commit

Permalink
Remove print secret requirements
Browse files Browse the repository at this point in the history
The goal it to don't have to migrate to new shared config manager to be
able to have secrests.
  • Loading branch information
sbrunner committed Sep 19, 2024
1 parent ad8e10b commit 818f7bf
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions print/print-apps/geomapfish/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 818f7bf

Please sign in to comment.