puppet-ptgbot/templates/ptgbot_config.json.erb

40 lines
872 B
Plaintext

{
"irc_nick": "<%= @nick %>",
"irc_pass": "<%= @password %>",
"irc_server": "irc.freenode.net",
"irc_port": 6667,
"irc_channel": "<%= @channel %>",
"db_filename": "/var/lib/ptgbot/www/ptg.json",
"log_config": "/etc/ptgbot/logging.config",
"ethercalc_url": "<%= @ethercalc %>/_/<%= @sheet %>/cells",
"ethercalc_cells": {
"room_line": "8",
"time_column": "A",
"time_range": [ 9, 23 ],
"days": [
{
"B": ["14", "15", "16", "17", "18", "19", "20", "21", "22", "23"],
"C": ["15"],
"D": ["15"]
},
{
"E": ["14", "15", "16"],
"F": ["15"],
"G": ["15"]
},
{
"H": ["14", "15", "16"],
"I": ["15"]
},
{
"J": ["14", "15", "16"],
"K": ["15"]
},
{
"L": ["14", "15", "16"],
"M": ["15"]
}
]
}
}