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:
VakarisZ 2021-11-25 13:15:01 +02:00
parent 7e21635733
commit 00819ccf40
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
{
"data_dir": "/monkey_island_data",
"log_level": "DEBUG",
"environment": {
"server_config": "password"
},
"mongodb": {
"start_mongodb": false
}