diff options
| author | Nathan Perry <nathan@meta.sc> | 2016-04-10 03:59:24 -0400 |
|---|---|---|
| committer | Nathan Perry <nathan@meta.sc> | 2016-04-10 03:59:24 -0400 |
| commit | 38b1e8ffb033ba7bcbf4eab3a2f19dba51de4e77 (patch) | |
| tree | 16b9937829708dc6ea4faeed0a4c7d29273416f1 /config.example.yml | |
| parent | 188b2be4076b674ed4718e2055ee5bd505574368 (diff) | |
reworked significantly
Diffstat (limited to 'config.example.yml')
| -rw-r--r-- | config.example.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.example.yml b/config.example.yml new file mode 100644 index 0000000..b6e4533 --- /dev/null +++ b/config.example.yml @@ -0,0 +1,11 @@ +trigger: sample + +queue_size: 5 +admin: 12345678901234567 +op_role: sample-controller + +server: sample +voice_channel: General + +username: username@example.com +password: testpass123 |
