Add default configs
This commit is contained in:
parent
fffe3797d5
commit
f6247cae90
15
config.json.default
Normal file
15
config.json.default
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"freepbx": {
|
||||||
|
"server": "sip.example.com",
|
||||||
|
"url": "https://your.freepbx.instance",
|
||||||
|
"clientid": "clientid",
|
||||||
|
"allowedscopes": "gql",
|
||||||
|
"secret": "secret"
|
||||||
|
},
|
||||||
|
"discord": {
|
||||||
|
"token": "discordtoken",
|
||||||
|
"guildId": "mainguild",
|
||||||
|
"roleId": "userrole",
|
||||||
|
"devId": "yourdiscordid"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue