You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
328 B

DB_TYPE=postgres
DB_USERNAME=postgres
DB_PASSWORD=password
DB_NAME=dbname
DB_HOST=localhost
DB_PORT=5432
DB_SOURCE = postgresql://postgres:password@localhost:5432/dbname?sslmode=disable
SERVER_ADDRESS = 0.0.0.0:8888
TOKEN_SYMMETRIC_KEY=
TOKEN_DURATION = 1024h
COOKIE_DURATION = # in seconds
REFRESH_TOKEN_DURATION = 1024h