9 lines
308 B
Bash
9 lines
308 B
Bash
# Public site origin used in canonical/OG URLs
|
|
PUBLIC_SITE_URL=https://softvowels.example
|
|
|
|
# Public (browser-reachable) Payload base URL
|
|
PUBLIC_PAYLOAD_API=https://cms.softvowels.example
|
|
|
|
# Internal Payload base URL used at build time (container-to-container)
|
|
PAYLOAD_API_INTERNAL=http://softvowels-cms:3000
|