config: Fixed config back to default values

This commit is contained in:
Matthew
2023-11-19 13:49:19 -05:00
parent ffb0d25a43
commit 8dbc54fa14

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": {