-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (18 loc) · 971 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (18 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# core stack — copy to .env and fill in. NEVER commit .env.
# Owner / superuser of the core database (owns tables + SECURITY DEFINER funcs).
CORE_POSTGRES_USER=core
CORE_POSTGRES_DB=core
CORE_POSTGRES_PASSWORD=change-me-core-owner
# Per-bot least-privilege passwords (SELECT + FK REFERENCES + EXECUTE; no direct core writes).
# Each bot connects with its own role via CORE_DATABASE_URL, e.g.:
# vido: postgresql+asyncpg://vido_core:<pw>@core-postgres:5432/core
# searchy: postgres://searchy_core:<pw>@core-postgres:5432/core
# quoto: postgresql+asyncpg://quoto_core:<pw>@core-postgres:5432/core
# branchy: postgres://branchy_core:<pw>@core-postgres:5432/core
# makeitmd: postgres://makeitmd_core:<pw>@core-postgres:5432/core
VIDO_CORE_PASSWORD=change-me-vido
SEARCHY_CORE_PASSWORD=change-me-searchy
QUOTO_CORE_PASSWORD=change-me-quoto
BRANCHY_CORE_PASSWORD=change-me-branchy
MAKEITMD_CORE_PASSWORD=change-me-makeitmd
VOICY_CORE_PASSWORD=change-me-voicy