forked from corona-warn-app/cwa-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
27 lines (20 loc) · 841 Bytes
/
.env
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
# This file contains simple default values for the deployment through Docker Compose
# Please change these default values before running docker-compose
# Docker Compose Postgres settings
POSTGRES_DB=cwa
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DISTRIBUTION_USER=local_setup_distribution
POSTGRES_DISTRIBUTION_PASSWORD=local_setup_distribution
POSTGRES_SUBMISSION_USER=local_setup_submission
POSTGRES_SUBMISSION_PASSWORD=local_setup_submission
POSTGRES_FLYWAY_USER=local_setup_flyway
POSTGRES_FLYWAY_PASSWORD=local_setup_flyway
# Docker Compose PgAdmin settings
PGADMIN_DEFAULT_PASSWORD=password
# Docker Compose objectstore settings
OBJECTSTORE_ACCESSKEY=accessKey1
OBJECTSTORE_SECRETKEY=verySecretKey1
# Docker Compose Secrets settings
SECRET_PRIVATE=file:/secrets/private.pem