From 337366f2017f9246bab82d5ae520967d0171eeec Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@cervoi.se> Date: Sat, 2 Apr 2016 16:05:49 +0200 Subject: [PATCH] Configration file example --- playbot-example.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 playbot-example.conf diff --git a/playbot-example.conf b/playbot-example.conf new file mode 100644 index 0000000..8167035 --- /dev/null +++ b/playbot-example.conf @@ -0,0 +1,14 @@ +{ + "bdd": "databse_name", + "user": "username", + "host": "mysql.example.org", + "passwd": "mypassword", + "nickserv_pwd": "myotherpassword", + "youtube_api_key": "somegarbage", + "facebook_access_token": "myid|myscret", + "nick": "PlayBot", + "channels": [ + "#hello", + "#world" + ] +} -- GitLab