diff --git a/config.json.default b/config.json.default new file mode 100644 index 0000000..709c6db --- /dev/null +++ b/config.json.default @@ -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" + } +} \ No newline at end of file