-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 798 Bytes
/
.env.example
File metadata and controls
22 lines (17 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy this file to .env and fill in real values.
# .env is gitignored and must never be committed.
# PostgreSQL superuser password used by docker-compose and local k8s overlays.
# Choose a strong unique value per environment.
POSTGRES_PASSWORD=changeme-set-a-strong-password
# pgAdmin login password (only used by k8s overlays that deploy pgAdmin).
PGADMIN_DEFAULT_PASSWORD=changeme-set-a-strong-password
# MinIO root credentials (S3-compatible local storage).
MINIO_ROOT_USER=changeme-set-a-username
MINIO_ROOT_PASSWORD=changeme-set-a-strong-password
# Mailgun (only required if EMAIL_SEND_USE_SMTP is false in dev).
MAILGUN_API_KEY=
MAILGUN_KEY=
MAILGUN_DOMAIN=
# AWS Route53 access key ID for cert-manager DNS01 challenges (per-environment).
ROUTE53_ACCESS_KEY_ID=
ROUTE53_HOSTED_ZONE_ID=