21 lines
539 B
Plaintext
21 lines
539 B
Plaintext
# App
|
|
NUXT_SESSION_SECRET=change-me
|
|
|
|
# Database (Postgres) — Coolify-managed in prod, docker-compose in dev
|
|
DATABASE_URL=postgres://andon:andon@localhost:5432/andon
|
|
|
|
# Credentials for the bundled Postgres service in docker-compose.yml
|
|
POSTGRES_USER=andon
|
|
POSTGRES_PASSWORD=andon
|
|
POSTGRES_DB=andon
|
|
|
|
# Google OAuth (Task 9) — restricted to the theodo.com hosted domain
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
GOOGLE_REDIRECT_URI=
|
|
|
|
# Web Push / VAPID (Task 10)
|
|
VAPID_PUBLIC_KEY=
|
|
VAPID_PRIVATE_KEY=
|
|
VAPID_SUBJECT=mailto:example@theodo.com
|