-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
33 lines (30 loc) · 911 Bytes
/
Copy path.env.example
File metadata and controls
33 lines (30 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ---- Required (app won't start without these) ----
SECRET_APIKEY=your_secret_api_key
SECURITY_SALT=your_security_salt
WTF_CSRF_SECRET_KEY=your_csrf_secret_key
# Generate with: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
ENCRYPTION_KEY=your_fernet_key
XMLAPI_KEY=your_whoisxmlapi_key
AUTH_EMAIL=your_cloudflare_email
AUTHKEY=your_cloudflare_api_key
CF_MAGIC=your_cf_magic
CF_UNBLOCK_MAGIC=your_cf_unblock_magic
MJ_API_KEY=your_mailjet_api_key
MJ_API_SECRET=your_mailjet_api_secret
# ---- Redis ----
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=0
# REDIS_PASSWORD=
# ---- Google Cloud (Datastore / Pub/Sub) ----
PROJECT_ID=xposedornot
DATASTORE_EMULATOR_HOST=localhost:8000
# TOPIC_ID=
# ---- Optional ----
ENVIRONMENT=development
BASE_URL=http://localhost:8080
PORT=8080
ENABLE_SCHEDULER=false
# DEBUG_EMAIL=
# SENIORITY_ENRICH_URL=
# SENIORITY_ENRICH_SECRET=