Files
softvowels-webpage/.env.example
T
2026-06-17 22:37:47 +05:30

9 lines
268 B
Bash

# Required
POSTGRES_PASSWORD=change-me-strong-password
PAYLOAD_SECRET=change-me-to-a-very-long-random-string
REVALIDATE_TOKEN=change-me-shared-token
# Hostnames (used to build CORS / canonical URLs)
WEB_HOSTNAME=softvowels.example
CMS_HOSTNAME=cms.softvowels.example