mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Try fixing login/register
This commit is contained in:
@@ -5,9 +5,11 @@ echo > deployment/.env
|
||||
./.venv/bin/python3 backend/generate_vapid_keys.py >> deployment/.env
|
||||
|
||||
cat >> deployment/.env <<EOF
|
||||
VAPID_SUBJECT=mailto:support@fromchat.ru
|
||||
JWT_SECRET="$(openssl rand -base64 32)"
|
||||
TURN_USERNAME=<set>
|
||||
TURN_SECRET=<set>
|
||||
DEPLOYMENT_SERVER=<set>
|
||||
FIREBASE_CERT=<set>
|
||||
DB_PASSWORD=development
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user