appimage: Add environment config section to server config

This commit is contained in:
Mike Salvatore 2021-05-12 12:56:02 -04:00
parent ff510e3e4c
commit 1418671aa3
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
{
"data_dir": "~/.monkey_island",
"log_level": "DEBUG",
"environment": {
"server_config": "password",
"deployment": "standard",
"data_dir": "~/.monkey_island"
"deployment": "standard"
}
}