Update main.go

This commit is contained in:
yunginnanet 2020-06-20 04:35:52 -07:00 committed by GitHub
parent 08c22c8579
commit 0e55134f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ const (
host = "localhost"
port = 5432
user = "postgres"
password = "sqldawg!"
password = "sqldawg!" // aw fuck you got my root password, please don't log in thanks this is a secure prod secret
dbname = "maplestory"
)