OSDN Git Service

fix variable name
[mubot4fb/mubot4fb.git] / sample.json
1 {
2     "irc_server": "irc.example.com",
3     "irc_channels": ["#yendot", "#test", "#てすと"],
4     "irc_nick": "mubot",
5     "irc_name": "mubot",
6     "fb_page_id": 0000000000,
7     "fb_page_url": "http://www.facebook.jp/YendotJP",
8     "fb_app_id": 0000000000,
9     "fb_app_secret": "XXXXXXXXXXXXXXXXX",
10     "fb_access_code": "YYYYYYYYYY",
11     "fb_postback_url": "http://example.com/",
12     "database": "mubot4fb",
13     "db_user": "mubot4fb",
14     "db_pass": "password",
15     "debug": 1
16 }