docker container name #2

Merged
Ghost merged 1 commit from fix/docker-psql-name into master 2020-09-05 17:02:00 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9a000f6da7 - Show all commits

1
.gitignore vendored
View file

@ -59,4 +59,5 @@ Temporary Items
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
go.sum
.idea

View file

@ -56,7 +56,7 @@ func initDb() {
func dbConfig() map[string]string {
conf := make(map[string]string)
conf[dbhost] = "genity-code-review_db_1"
conf[dbhost] = "poc-golang-postgres-docker_db_1"
conf[dbport] = "5432"
conf[dbuser] = "root_user"
conf[dbpass] = "shahzad12"