puppet-ptgbot/templates/ptgbot_config.json.erb

42 lines
847 B
Plaintext

{
"irc_nick": "<%= @nick %>",
"irc_pass": "<%= @password %>",
"irc_server": "irc.freenode.net",
"irc_port": 6667,
"irc_channel": "<%= @channel %>",
"db_filename": "/var/lib/ptgbot/html/ptg.json",
"log_config": "/etc/ptgbot/logging.config",
"ethercalc_url": "https://ethercalc.openstack.org/_/Pike-PTG-Discussion-Rooms/cells",
"ethercalc_cells": {
"room_line": "8",
"time_column": "A",
"time_range": [ 9, 24 ],
"days": [
{
"B": ["14", "15", "16"],
"C": [],
"D": []
},
{
"E": ["14", "15", "16"],
"F": [],
"G": []
},
{
"H": ["14", "15", "16"],
"I": [],
"J": []
},
{
"K": ["14", "15", "16"],
"L": [],
"M": []
},
{
"N": [],
"O": []
}
]
}
}