From 8dbc54fa1463feaff8b38a4e51eea40a26af113e Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 19 Nov 2023 13:49:19 -0500 Subject: [PATCH] config: Fixed config back to default values --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index b175451e4..d3de778bb 100644 --- a/config.json +++ b/config.json @@ -119,9 +119,9 @@ ], "Database": { "Host": "localhost", - "Port": 5433, + "Port": 5432, "User": "postgres", - "Password": "admin", + "Password": "", "Database": "erupe" }, "Sign": {