Files
aza/AzA march 2026 - Kopie/.env.example
2026-03-30 07:59:11 +02:00

13 lines
482 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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