From 830bee8c6ff88e1ec2d99fc24f7d9eeb18f500f0 Mon Sep 17 00:00:00 2001 From: Matthe815 Date: Wed, 5 Jul 2023 19:31:26 -0400 Subject: [PATCH] config: Add config options for seasons --- config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 1b5d46ff9..f9a092487 100644 --- a/config.json +++ b/config.json @@ -29,6 +29,7 @@ "QuestDebugTools": false, "EarthStatusOverride": 0, "EarthIDOverride": 0, + "DynamicSeasons": false, "EarthMonsterOverride": 0, "SaveDumps": { "Enabled": true, @@ -110,9 +111,9 @@ ], "Database": { "Host": "localhost", - "Port": 5433, + "Port": 5432, "User": "postgres", - "Password": "admin", + "Password": "", "Database": "erupe" }, "Sign": {