Add config json

This commit is contained in:
VortrexFTW
2020-09-16 08:45:32 -05:00
parent 1f229dd971
commit a7cc0bce7c

20
third-party/config.json vendored Normal file
View File

@@ -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}"
}
}