More restructuring WIP 3b

This commit is contained in:
Şhah İSMAİL 2020-09-11 18:58:54 +03:00
parent e8a2977f19
commit ba40f0192c
Signed by: shah
GPG key ID: B2B1222785F81AA8
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,6 @@ To run docker compose
To connect with psql using following command
`docker exec -it poc-golang-postgres-docker_db_1 psql -U root_user -W db_genity`
`docker exec -it genitywebapp_db_1 psql -U root_user -W db_genity`

View file

@ -1,4 +1,4 @@
dbhost=genityapp_db_1
dbhost=genitywebapp_db_1
dbport=5432
dbuser=root_user
dbpass=shahzad12