This commit is contained in:
2026-05-08 22:35:18 +02:00
parent 3ca2fea861
commit 520d3924af
10699 changed files with 2956416 additions and 670 deletions

View File

@@ -0,0 +1,12 @@
# AZA Desktop Environment-Vorlage
# Kopieren nach .env und echte Werte eintragen:
# Copy-Item .env.example .env
#
# KEINE echten Secrets committen oder exportieren!
STRIPE_SECRET_KEY=sk_test_REPLACE_ME
STRIPE_WEBHOOK_SECRET=whsec_REPLACE_ME
STRIPE_SUCCESS_URL=http://127.0.0.1:8000/billing/success?session_id={CHECKOUT_SESSION_ID}
STRIPE_CANCEL_URL=http://127.0.0.1:8000/billing/cancel
MEDWORK_API_TOKEN=REPLACE_WITH_STRONG_TOKEN
MEDWORK_API_TOKENS=REPLACE_WITH_STRONG_TOKEN