8 lines
228 B
Bash
8 lines
228 B
Bash
# Required
|
|
POSTGRES_PASSWORD=change-me-strong-password
|
|
PAYLOAD_SECRET=change-me-to-a-very-long-random-string
|
|
|
|
# Hostnames (used to build CORS / canonical URLs)
|
|
WEB_HOSTNAME=softvowels.example
|
|
CMS_HOSTNAME=cms.softvowels.example
|