diff options
Diffstat (limited to 'mumblecord.example.conf')
-rw-r--r-- | mumblecord.example.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mumblecord.example.conf b/mumblecord.example.conf new file mode 100644 index 0000000..7f0f661 --- /dev/null +++ b/mumblecord.example.conf @@ -0,0 +1,10 @@ +[mumble] +host = example.com +port = 64738 +#user = mumblecord +#password = kek +#cert = cert.pem +#key = key.pem + +[discord] +token = put_discord_token_here |