-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
15 lines (15 loc) · 810 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
STRIPE_SECRET_KEY=sk_test_51Po3etLhWzKxLkQ3PcR1sEGPt19YCWFgIToaP2ehQYG1yBPlolJH2ncyR2U2UIqOoRpw0ns8pGFMbdu4UhHUmsFf00fLukC9VI
STRIPE_WEBHOOK_SECRET=whsec_fe89da35d8a1365dc43340e9675a860a9079b85189eece89076469929a2fcd42
# This API key is used to authenticate requests to the RootChain API
# Keep this key secure and never share it publicly
# You can generate a new key using: python -c "import secrets; print(secrets.token_urlsafe(32))"
API_KEY=YJMiJqoKKSpVvzAilQ9AIB5z0UYge1YmQqqDEU1a_KM
# Get your DSN at: https://sentry.io
# 1. Create account/login
# 2. Create new project (Python)
# 3. Copy the DSN from project settings
SENTRY_DSN=https://895170334a2606605fd6c7318f52ec04@o4508665198936064.ingest.de.sentry.io/4508706767831120
ENVIRONMENT=development
CACHE_TYPE=memory
REDIS_HOST=localhost
REDIS_PORT=6379