Yuzu-Online-JS/config.example.json
2025-05-14 11:33:24 +02:00

15 lines
276 B
JSON

{
"web": {
"port": 4862
},
"auth": {
"defaultProvider": "discord",
"providers": {
"discord": {
"clientId": "",
"clientSecret": "",
"redirectUri": ""
}
}
}
}