mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 17:25:00 +03:00
15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
## Required
|
|
|
|
BASE_URL=http://localhost:1337
|
|
DATABASE_URL=postgresql://postgres@localhost/planka
|
|
SECRET_KEY=notsecretkey
|
|
|
|
## Optional
|
|
|
|
# TRUST_PROXY=0
|
|
# TOKEN_EXPIRES_IN=365 # In days
|
|
|
|
## Do not edit this
|
|
|
|
TZ=UTC
|