remove env
This commit is contained in:
parent
c7422da71a
commit
086d5d5baa
13
dev.env
13
dev.env
@ -1,13 +0,0 @@
|
||||
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
|
||||
|
||||
TOKEN_SYMMETRIC_KEY=75629266996751511372336382467976
|
||||
TOKEN_DURATION = 16h
|
||||
REFRESH_TOKEN_DURATION = 24h
|
Loading…
Reference in New Issue
Block a user