chore: Fix config

This commit is contained in:
Matthew
2023-11-19 14:35:20 -05:00
parent 46587b8d01
commit e141b7980c

View File

@@ -119,9 +119,9 @@
], ],
"Database": { "Database": {
"Host": "localhost", "Host": "localhost",
"Port": 5433, "Port": 5432,
"User": "postgres", "User": "postgres",
"Password": "admin", "Password": "",
"Database": "erupe" "Database": "erupe"
}, },
"Sign": { "Sign": {