mirror of
https://github.com/plankanban/planka.git
synced 2025-12-12 17:23:14 +03:00
ref: Prettify env sample
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
## Required
|
||||
|
||||
BASE_URL=http://localhost:1337
|
||||
DATABASE_URL=postgresql://postgres@localhost/planka
|
||||
SECRET_KEY=notsecretkey
|
||||
|
||||
# In days
|
||||
TOKEN_EXPIRES_IN=365
|
||||
## Optional
|
||||
|
||||
# TRUST_PROXY=0
|
||||
# TOKEN_EXPIRES_IN=365 # In days
|
||||
|
||||
## Do not edit this
|
||||
|
||||
# Do not edit this
|
||||
TZ=UTC
|
||||
|
||||
Reference in New Issue
Block a user