10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
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
|