Skip to content

Instantly share code, notes, and snippets.

@smaglio81
Last active May 24, 2017 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smaglio81/b1ccad2d5492cd48b72490ab93f52039 to your computer and use it in GitHub Desktop.
Save smaglio81/b1ccad2d5492cd48b72490ab93f52039 to your computer and use it in GitHub Desktop.
{
"Path": "C:\\PoshHubot\\config.json",
"BotAdapter": "slack",
"BotDebugLog": {
"IsPresent": true
},
"BotDescription": "sysbot",
"BotPath": "D:\\Projects\\SAIT\\Hubot",
"BotOwner": "Allen",
"LogPath": "D:\\Projects\\SAIT\\Hubot\\logs",
"BotName": "sysbot",
"ArgumentList": "--adapter slack",
"BotExternalScriptsPath": "D:\\Projects\\SAIT\\Hubot\\external-scripts.json",
"PidPath": "D:\\Projects\\SAIT\\Hubot\\sysbotadmin.pid",
"EnvironmentVariables": {
"HUBOT_ADAPTER": "slack",
"HUBOT_LOG_LEVEL": "debug",
"FILE_BRAIN_PATH": "C:\\PoshHubot\\",
"HUBOT_SLACK_TOKEN": "your slack token here",
"HUBOT_AUTH_ADMIN": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment