forked from p15670423/monkey
Build: remove unused server config options from docker
Options removed match the defaults so there's no reason to keep them
This commit is contained in:
parent
7e21635733
commit
00819ccf40
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
"data_dir": "/monkey_island_data",
|
"data_dir": "/monkey_island_data",
|
||||||
"log_level": "DEBUG",
|
|
||||||
"environment": {
|
|
||||||
"server_config": "password"
|
|
||||||
},
|
|
||||||
"mongodb": {
|
"mongodb": {
|
||||||
"start_mongodb": false
|
"start_mongodb": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue