13 lines
297 B
Plaintext
13 lines
297 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
|
||
|
REFRESH_TOKEN_DURATION = 1024h
|