16 lines
680 B
Bash
16 lines
680 B
Bash
# Copy to .env.pages.prod and fill in the values for production deploys.
|
|
PUBLIC_SITE_URL=https://swansea-airport.wales
|
|
PUBLIC_PPR_API_BASE=https://ppr.swansea-airport.wales/api/v1
|
|
PUBLIC_WEATHER_BASE=https://wx.swansea-airport.wales
|
|
PUBLIC_WEATHER_MQTT_HOST=https://wx.swansea-airport.wales/mqtt
|
|
|
|
DIRECTUS_URL=https://cms.swansea-airport.wales
|
|
DIRECTUS_PUBLIC_URL=https://cms.swansea-airport.wales
|
|
DIRECTUS_ADMIN_TOKEN=replace-with-production-directus-token
|
|
DIRECTUS_HOMEPAGE_BANNER_FOLDER=homepage-banners
|
|
|
|
CF_PAGES_PROJECT_NAME=swansea-airfield
|
|
CF_PAGES_BRANCH=main
|
|
CLOUDFLARE_ACCOUNT_ID=replace-with-cloudflare-account-id
|
|
CLOUDFLARE_API_TOKEN=replace-with-cloudflare-api-token
|