summaryrefslogtreecommitdiff
path: root/.env.control.example
blob: 8152d40f89561002988e5ebbce906b0946360461 (plain)
1
2
3
4
5
6
7
8
AIGW_DATABASE_URL=postgres://aigw:aigw@127.0.0.1:5432/aigw?sslmode=disable
AIGW_REDIS_URL=redis://127.0.0.1:6379/0
# base64 of exactly 32 random bytes; generate with: openssl rand -base64 32
AIGW_CREDENTIAL_KEY=replace-with-base64-32-byte-key
AIGW_ADMIN_TOKEN=replace-with-a-long-random-admin-token
# Prefer a restricted test key (rk_test_) with Checkout Session write access.
AIGW_STRIPE_API_KEY=replace-with-a-stripe-restricted-key
AIGW_STRIPE_WEBHOOK_SECRET=replace-with-a-webhook-signing-secret