mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-04 17:22:16 +01:00
fix: Fix default config (whoops)
This commit is contained in:
@@ -73,9 +73,9 @@
|
|||||||
"SeasonOverride": false
|
"SeasonOverride": false
|
||||||
},
|
},
|
||||||
"Discord": {
|
"Discord": {
|
||||||
"Enabled": true,
|
"Enabled": false,
|
||||||
"BotToken": "MTAzMTQ2MDI4MDYxOTc2NTgwMA.GGe824._OxF9rtv1O8EjOZI26hATruaF_VZ9YBwuAdS1Y",
|
"BotToken": "",
|
||||||
"RealtimeChannelID": "645108836423958540"
|
"RealtimeChannelID": ""
|
||||||
},
|
},
|
||||||
"Commands": [
|
"Commands": [
|
||||||
{
|
{
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
"Host": "localhost",
|
"Host": "localhost",
|
||||||
"Port": 5432,
|
"Port": 5432,
|
||||||
"User": "postgres",
|
"User": "postgres",
|
||||||
"Password": "admin",
|
"Password": "",
|
||||||
"Database": "erupe"
|
"Database": "erupe"
|
||||||
},
|
},
|
||||||
"Sign": {
|
"Sign": {
|
||||||
|
|||||||
Reference in New Issue
Block a user