generated from geoadmin/template-service-flask
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme and dummy variables for aws
- Loading branch information
Showing
5 changed files
with
13 additions
and
13 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
AWS_ACCESS_KEY_ID=dummy-123 | ||
AWS_SECRET_ACCESS_KEY=dummy-123 | ||
AWS_ACCESS_KEY_ID=dummy123 | ||
AWS_SECRET_ACCESS_KEY=dummy123 | ||
AWS_S3_BUCKET_NAME=test-bucket | ||
AWS_S3_REGION_NAME=eu-central-1 | ||
AWS_S3_ENDPOINT_URL=http://localhost:9090 | ||
AWS_DB_REGION_NAME=eu-central-1 | ||
AWS_DB_TABLE_NAME=test-db | ||
AWS_DB_ENDPOINT_URL=http://localhost:8080 | ||
KML_STORAGE_HOST_URL=http://localhost:9090/test-bucket | ||
ALLOWED_DOMAINS=.*localhost,.*admin\.ch,.*bgdi\.ch | ||
ALLOWED_DOMAINS=.*localhost,.*admin\.ch,.*bgdi\.ch |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
AWS_ACCESS_KEY_ID=dummy-123 | ||
AWS_SECRET_ACCESS_KEY=dummy-123 | ||
AWS_ACCESS_KEY_ID=dummy123 | ||
AWS_SECRET_ACCESS_KEY=dummy123 | ||
AWS_S3_BUCKET_NAME=test-bucket | ||
AWS_S3_REGION_NAME=wonderland | ||
# for some reason currently mocking the DynamoDB only works with a real region. | ||
# Fake regions will cause a crash when mocking. | ||
AWS_DB_REGION_NAME=us-east-1 | ||
AWS_DB_TABLE_NAME=test-db | ||
ALLOWED_DOMAINS=.*\.geo\.admin\.ch,http://localhost | ||
ALLOWED_DOMAINS=.*\.geo\.admin\.ch,http://localhost |
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
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
MINIO_ACCESS_KEY=dummy-123 | ||
MINIO_SECRET_KEY=dummy-123 | ||
MINIO_ACCESS_KEY=dummy123 | ||
MINIO_SECRET_KEY=dummy123 |