update example .env
This commit is contained in:
parent
f5249ae489
commit
f09496d390
1 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
FERNET_KEY=
|
FERNET_KEY=
|
||||||
DB_URL=
|
DB_URL=
|
||||||
PORT=5000
|
PORT=
|
||||||
FRONTEND_URL=
|
COOKIE_HTTPONLY=
|
||||||
|
COOKIE_SECURE=
|
||||||
|
FRONTEND_URL=
|
||||||
|
BOSS_AES_KEY=
|
||||||
|
BOSS_HMAC_KEY=
|
||||||
|
BOSS_URL=
|
||||||
Loading…
Reference in a new issue