2023-09-07 15:34:15 +07:00
|
|
|
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
|
2023-09-27 21:56:38 +07:00
|
|
|
COOKIE_DURATION = # in seconds
|
2023-09-07 15:34:15 +07:00
|
|
|
REFRESH_TOKEN_DURATION = 1024h
|