feat(pkg/db): postgres database
This commit is contained in:
15
.env_dev
Normal file
15
.env_dev
Normal file
@ -0,0 +1,15 @@
|
||||
SERVER_PORT=80
|
||||
DATABASE_DRIVER=postgres
|
||||
DATABASE_NAME=postgres
|
||||
DATABASE_SCHEMA=public
|
||||
DATABASE_USER=postgres
|
||||
DATABASE_PASSWORD=postgres
|
||||
|
||||
PG_HOST=flucky_db
|
||||
PG_INTERN_PORT=5432
|
||||
PG_EXTERN_PORT=5433
|
||||
PG_NAME=public
|
||||
PG_USER=postgres
|
||||
PG_PASSWORD=postgres
|
||||
|
||||
TZ=Europe/Berlin
|
Reference in New Issue
Block a user