Spaces:
Sleeping
Sleeping
File size: 521 Bytes
b7e98d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # PNA Assistant — Environment Variables
# Copy to .env and fill in your values
# Stripe Payment Links (create in Stripe Dashboard → Payment Links)
STRIPE_PRO_LINK=https://buy.stripe.com/YOUR_PRO_LINK
STRIPE_INSTITUTION=https://buy.stripe.com/YOUR_INSTITUTION_LINK
# Optional: Platform Anthropic key (if you want to absorb API costs for users)
# ANTHROPIC_API_KEY=sk-ant-api03-...
# AWS (Phase 2 — Cognito auth)
# AWS_REGION=eu-west-2
# COGNITO_USER_POOL_ID=eu-west-2_XXXXXXX
# COGNITO_CLIENT_ID=XXXXXXXXXXXXXXXX
|