discord-freepbx-manager/config.json.default

16 lines
310 B
Plaintext

{
"freepbx": {
"server": "sip.example.com",
"url": "https://your.freepbx.instance",
"clientid": "clientid",
"allowedscopes": "gql",
"secret": "secret",
"startExt" : 1000,
},
"discord": {
"token": "discordtoken",
"guildId": "mainguild",
"roleId": "userrole",
"devId": "yourdiscordid"
}
}