From c18b1e2a98c8bda0285828c70a76f4899a790763 Mon Sep 17 00:00:00 2001 From: tgpethan Date: Wed, 10 Mar 2021 22:40:33 +0000 Subject: [PATCH] Create config.example.json --- config.example.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.example.json diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..2da8e60 --- /dev/null +++ b/config.example.json @@ -0,0 +1,8 @@ +{ + "port": 5001, + "databaseAddress": "127.0.0.1", + "databasePort": 3306, + "databaseUsername": "username", + "databasePassword": "password", + "databaseName": "osu!" +} \ No newline at end of file