kin: BATON-FIX-016 [TECH DEBT] VAPID public key жёстко вшит как пустая строка в <meta>-тег — требует ручного заполнения при деплое
This commit is contained in:
parent
5fe9a603f8
commit
8c4c46ee92
3 changed files with 173 additions and 0 deletions
|
|
@ -11,3 +11,8 @@ DB_PATH=baton.db
|
|||
|
||||
# CORS
|
||||
FRONTEND_ORIGIN=https://yourdomain.com
|
||||
|
||||
# VAPID Push Notifications (generate with: python -c "from py_vapid import Vapid; v=Vapid(); v.generate_keys(); print(v.public_key, v.private_key)")
|
||||
VAPID_PUBLIC_KEY=
|
||||
VAPID_PRIVATE_KEY=
|
||||
VAPID_CLAIMS_EMAIL=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue