summaryrefslogtreecommitdiff
path: root/.env.control.example
diff options
context:
space:
mode:
authorChia <Chia@93.nz>2026-08-05 00:26:25 +1200
committerChia <Chia@93.nz>2026-08-05 00:33:31 +1200
commit1a3d7f9a8a181df48f0e911cbe17a3fad3ab9ac9 (patch)
tree8c92e1e7326fc67ed077a0a878697f1be14b43da /.env.control.example
parent5b651488b081b65fda8a323f228e139adb79a35d (diff)
add some scriptsmain
Diffstat (limited to '')
-rw-r--r--.env.control.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.control.example b/.env.control.example
index 4654d0c..8152d40 100644
--- a/.env.control.example
+++ b/.env.control.example
@@ -3,4 +3,6 @@ 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