From a849fd0c194440daac339207b134d27445475b02 Mon Sep 17 00:00:00 2001 From: holly Date: Wed, 22 Sep 2021 19:19:10 +0100 Subject: [PATCH] Add new config options to example config --- config.example.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/config.example.json b/config.example.json index 2da8e60..eda8dc7 100644 --- a/config.example.json +++ b/config.example.json @@ -1,8 +1,11 @@ { - "port": 5001, - "databaseAddress": "127.0.0.1", - "databasePort": 3306, - "databaseUsername": "username", - "databasePassword": "password", - "databaseName": "osu!" + "port": 5001, + "compression": true, + "prometheusEnabled": false, + "prometheusPort": 1234, + "databaseAddress": "127.0.0.1", + "databasePort": 3306, + "databaseUsername": "username", + "databasePassword": "password", + "databaseName": "osu!" } \ No newline at end of file