-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rub21
committed
Oct 12, 2023
1 parent
ce081af
commit 39bcf6b
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -105,15 +105,15 @@ osm-seed: | |
serviceAnnotations: | ||
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300" | ||
env: | ||
|
||
MAILER_ADDRESS: {{MAILER_ADDRESS}} | ||
MAILER_DOMAIN: openhistoricalmap.org | ||
MAILER_DOMAIN: staging.openhistoricalmap.org | ||
MAILER_USERNAME: {{MAILER_USERNAME}} | ||
MAILER_PASSWORD: {{MAILER_PASSWORD}} | ||
OSM_id_key: {{STAGING_ID_APPLICATION}} #FIXME we should use id_application to be consistent | ||
# OSM_id_application: {{STAGING_ID_APPLICATION}} | ||
OSM_id_key: {{STAGING_ID_APPLICATION}} | ||
OAUTH_CLIENT_ID: {{STAGING_OAUTH_CLIENT_ID}} | ||
OAUTH_KEY: {{STAGING_OAUTH_KEY}} | ||
MAILER_FROM: [email protected] | ||
MAILER_FROM: no-reply@staging.openhistoricalmap.org | ||
NOMINATIM_URL: nominatim-api-staging.openhistoricalmap.org | ||
OVERPASS_URL: overpass-api-staging.openhistoricalmap.org | ||
NEW_RELIC_LICENSE_KEY: {{STAGING_NEW_RELIC_LICENSE_KEY}} | ||
|