You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
528 B
Plaintext
23 lines
528 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
|
|
|
|
# related: https://github.com/knex/knex/issues/2354
|
|
# As knex does not pass query parameters from the connection string we
|
|
# have to use environment variables in order to pass the desired values, e.g.
|
|
# PGSSLMODE=<value>
|
|
|
|
# Configure knex to accept SSL certificates
|
|
# KNEX_REJECT_UNAUTHORIZED_SSL_CERTIFICATE=false
|
|
|
|
## Do not edit this
|
|
|
|
TZ=UTC
|