summaryrefslogtreecommitdiff
path: root/server/cmd/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/cmd/main.go')
-rw-r--r--server/cmd/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/cmd/main.go b/server/cmd/main.go
index a180cc4..b57ee30 100644
--- a/server/cmd/main.go
+++ b/server/cmd/main.go
@@ -15,11 +15,11 @@ import (
)
var (
- user = os.Getenv("USER")
+ user = "postgres"
password = os.Getenv("PASS")
host = "localhost"
port = "5432"
- database = "postgres"
+ database = "wedding"
)
func main() {