mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
9 lines
166 B
Text
9 lines
166 B
Text
BASE_URL=http://localhost:1337
|
|
DATABASE_URL=postgresql://postgres@localhost/planka
|
|
SECRET_KEY=notsecretkey
|
|
|
|
# In days
|
|
TOKEN_EXPIRES_IN=365
|
|
|
|
# Do not edit this
|
|
TZ=UTC
|