Created
January 21, 2020 03:15
-
-
Save llazzaro/47dd57361ba52fc30e56849abcdaee0e to your computer and use it in GitHub Desktop.
Bash dispatcher.ini example
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
[server] | |
host = 127.0.0.1 | |
api_port = 5985 | |
websocket_port = 9000 | |
workspace = agent | |
[tokens] | |
registration = TOKEN | |
[agent] | |
agent_name = test | |
executors = bash | |
[bash] | |
cmd = /Users/leonardolazzaro/tmp/echo.sh | |
max_size = 65536 | |
[bash_params] | |
[bash_varenvs] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment