2023-03-08 15:22:57 +07:00
|
|
|
DB_TYPE=postgres
|
|
|
|
DB_USERNAME=postgres
|
|
|
|
DB_PASSWORD=awksed123
|
|
|
|
DB_NAME=nice_pos
|
|
|
|
DB_HOST=localhost
|
|
|
|
DB_PORT=5432
|
|
|
|
|
|
|
|
DB_SOURCE = postgresql://postgres:awksed123@localhost:5432/nice_pos?sslmode=disable
|
|
|
|
SERVER_ADDRESS = 0.0.0.0:8888
|
2023-03-14 17:39:40 +07:00
|
|
|
|
|
|
|
TOKEN_SYMMETRIC_KEY=75629266996751511372336382467976
|
2023-03-19 18:16:45 +07:00
|
|
|
TOKEN_DURATION = 16h
|
2023-03-16 12:21:41 +07:00
|
|
|
REFRESH_TOKEN_DURATION = 24h
|