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",
|
||||
"deployment": "standard",
|
||||
"data_dir": "~/.monkey_island"
|
||||
"data_dir": "~/.monkey_island",
|
||||
"log_level": "DEBUG",
|
||||
"environment": {
|
||||
"server_config": "password",
|
||||
"deployment": "standard"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue