-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 808 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (17 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# PostgreSQL (Docker Compose)
POSTGRES_USER=chap
POSTGRES_PASSWORD=chap
POSTGRES_DB=chap_core
# Valkey/Redis. Leave unset for compose and host tests: their valkey has no
# password and rejects AUTH. The k8s chart does use one, and `skaffold run` reads
# it from the shell instead (see charts/chap/README.md).
# REDIS_PASSWORD=
# API authentication (optional). Unset means no authentication.
# Generate with `openssl rand -hex 32`; use at least 32 characters.
# CHAP_API_TOKEN=
# Shared secret for chapkit service registration (optional, separate from CHAP_API_TOKEN).
# SERVICEKIT_REGISTRATION_KEY=
# Image tag for compose.ghcr.yml. Set a release tag (e.g. v1.2.3) to pin a version.
# CHAP_IMAGE_TAG=
# Overrides the URL composed from POSTGRES_*. Needed for a non-URL-safe password.
# CHAP_DATABASE_URL=