docs+deploy: Paddle env, webhook route, collections, CI build args, and spec status
This commit is contained in:
@@ -57,6 +57,13 @@ services:
|
||||
SMTP_FROM: ${SMTP_FROM:-}
|
||||
APP_LOGIN_URL: ${APP_LOGIN_URL:-}
|
||||
FREE_INSTANCE_REAP_AFTER: "336h"
|
||||
# Paddle billing. PADDLE_API_KEY and PADDLE_WEBHOOK_SECRET are
|
||||
# boot-REQUIRED — an unverified webhook endpoint is one anyone can
|
||||
# issue licences through. PADDLE_ENV selects which catalogue price
|
||||
# IDs are served (sandbox|production).
|
||||
PADDLE_ENV: ${PADDLE_ENV:-sandbox}
|
||||
PADDLE_API_KEY: ${PADDLE_API_KEY:-}
|
||||
PADDLE_WEBHOOK_SECRET: ${PADDLE_WEBHOOK_SECRET:-}
|
||||
|
||||
# The staff and customer console, served at vantage-hq.hostxtra.co.uk.
|
||||
# ADMIN_API_URL is baked into the image at build time, not read here, so
|
||||
|
||||
Reference in New Issue
Block a user