forked from p15670423/monkey
appimage: Add environment config section to server config
This commit is contained in:
parent
ff510e3e4c
commit
1418671aa3
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"server_config": "password",
|
"data_dir": "~/.monkey_island",
|
||||||
"deployment": "standard",
|
"log_level": "DEBUG",
|
||||||
"data_dir": "~/.monkey_island"
|
"environment": {
|
||||||
|
"server_config": "password",
|
||||||
|
"deployment": "standard"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue