puppet-ptgbot/templates/ptgbot_config.json.erb
Thierry Carrez 9f6f4decbc No longer needs room map in configuration
With recently-merged changes in ptgbot, it is no longer
needed to post the whole room configuration in the bot
configuration, it can be fully dynamically-configured.

This shall simplify operations around the event.

Change-Id: I422552fb4823aeb671ecfc14c3c248bf728713a5
2018-12-17 16:16:45 +01:00

10 lines
254 B
Plaintext

{
"irc_nick": "<%= @nick %>",
"irc_pass": "<%= @password %>",
"irc_server": "irc.freenode.net",
"irc_port": 6697,
"irc_channel": "<%= @channel %>",
"db_filename": "/var/lib/ptgbot/www/ptg.json",
"log_config": "/etc/ptgbot/logging.config"
}