Last active
May 24, 2017 20:08
-
-
Save smaglio81/b1ccad2d5492cd48b72490ab93f52039 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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