Added mongodb parameters to appimage server config and develop server config

This commit is contained in:
VakarisZ 2021-05-18 15:53:21 +03:00
parent b02c006c51
commit 8bb6e2f21f
2 changed files with 6 additions and 0 deletions

View File

@ -4,5 +4,8 @@
"environment": {
"server_config": "password",
"deployment": "standard"
},
"mongodb": {
"start_mongodb": true
}
}

View File

@ -3,5 +3,8 @@
"environment": {
"server_config": "password",
"deployment": "develop"
},
"mongodb": {
"start_mongodb": true
}
}