14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
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 |