From a7cc0bce7c79400f6cfde39df59dbf7c92dc18d3 Mon Sep 17 00:00:00 2001 From: VortrexFTW Date: Wed, 16 Sep 2020 08:45:32 -0500 Subject: [PATCH] Add config json --- third-party/config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 third-party/config.json diff --git a/third-party/config.json b/third-party/config.json new file mode 100644 index 00000000..c8b01851 --- /dev/null +++ b/third-party/config.json @@ -0,0 +1,20 @@ +{ + "database": { + "host":"158.69.238.64", + "user":"db24053", + "pass":"G3At3d7BsA", + "name":"db24053", + "port":"3306" + }, + "weather": { + "appKey":"" + }, + "discord": { + "token":"", + "logChannel":"" + }, + "security": { + "accountPasswordHashType":"SHA256", + "saltFormat":"asshat.gaming.{HASH}.{NAME}.{PASS}" + } +} \ No newline at end of file