+ Telegram bot: sign up, sign in, notifications + Anonymous users can't see yuan_rate_commission * Only logged in customers can create/update orders * Customer info migrated to separate User model * Renamed legacy fields in serializers * Cleanup in API classes
19 lines
343 B
Bash
19 lines
343 B
Bash
APP_HOME=/var/www/poizonstore-stage
|
|
|
|
# === Keys ===
|
|
# Django
|
|
SECRET_KEY=""
|
|
ALLOWED_HOSTS=.crm-poizonstore.ru,127.0.0.1,localhost,45.84.227.72
|
|
|
|
# Telegram bot
|
|
TG_BOT_TOKEN=""
|
|
|
|
# External API settings
|
|
CDEK_CLIENT_ID=""
|
|
CDEK_CLIENT_SECRET=""
|
|
POIZON_TOKEN=""
|
|
CURRENCY_GETGEOIP_API_KEY=""
|
|
|
|
# Let's Encrypt
|
|
LETSENCRYPT_EMAIL="phzhitnikov@gmail.com"
|