mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
ref: Prettify env sample
This commit is contained in:
parent
0619a4e579
commit
ce1c5a3c69
1 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,14 @@
|
||||||
|
## Required
|
||||||
|
|
||||||
BASE_URL=http://localhost:1337
|
BASE_URL=http://localhost:1337
|
||||||
DATABASE_URL=postgresql://postgres@localhost/planka
|
DATABASE_URL=postgresql://postgres@localhost/planka
|
||||||
SECRET_KEY=notsecretkey
|
SECRET_KEY=notsecretkey
|
||||||
|
|
||||||
# In days
|
## Optional
|
||||||
TOKEN_EXPIRES_IN=365
|
|
||||||
|
# TRUST_PROXY=0
|
||||||
|
# TOKEN_EXPIRES_IN=365 # In days
|
||||||
|
|
||||||
|
## Do not edit this
|
||||||
|
|
||||||
# Do not edit this
|
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue