-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.default
36 lines (31 loc) · 1.14 KB
/
.env.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
HTTP_PORT=8000
LOGS_DIR=logs
DB_USER=postgres
DB_PW=postgres
DB_NAME=service_stac_local
DB_NAME_TEST=test_service_stac_local
DB_HOST=localhost
DB_PORT=15432
DEBUG=True
DEBUG_PROPAGATE_API_EXCEPTIONS=False
LEGACY_AWS_ACCESS_KEY_ID=minioadmin
LEGACY_AWS_SECRET_ACCESS_KEY=minioadmin
LEGACY_AWS_S3_BUCKET_NAME=service-stac-local
LEGACY_AWS_S3_REGION_NAME=eu-central-1
LEGACY_AWS_S3_ENDPOINT_URL=http://127.0.0.1:9090
LEGACY_AWS_S3_CUSTOM_DOMAIN=127.0.0.1:9090/service-stac-local
SECRET_KEY=dummy
HEALTHCHECK_ENDPOINT=healthcheck
ALLOWED_HOSTS=*
MANAGED_BUCKET_COLLECTION_PATTERNS=ch\.meteoschweiz\.ogd-.*,ch\.bgdi-test\..*
# these are just here for completeness
AWS_ROLE_ARN=some-arn
AWS_WEB_IDENTITY_TOKEN_FILE=token
AWS_S3_BUCKET_NAME=service-stac-local-managed
AWS_S3_REGION_NAME=eu-central-1
AWS_S3_ENDPOINT_URL=http://127.0.0.1:9090
AWS_S3_CUSTOM_DOMAIN=127.0.0.1:9090/service-stac-local
# SET THIS value to a URL that points to a jpeg file that is publicly
# reachable in the web
# this will be used by the unit tests for external assets
EXTERNAL_TEST_ASSET_URL=https://prod-swisstopoch-hcms-sdweb.imgix.net/2024/07/04/04d3aafe-99b1-4589-934c-337583eb5564.jpeg