forked from p15670423/monkey
Added mongodb parameters to appimage server config and develop server config
This commit is contained in:
parent
b02c006c51
commit
8bb6e2f21f
|
@ -4,5 +4,8 @@
|
|||
"environment": {
|
||||
"server_config": "password",
|
||||
"deployment": "standard"
|
||||
},
|
||||
"mongodb": {
|
||||
"start_mongodb": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,5 +3,8 @@
|
|||
"environment": {
|
||||
"server_config": "password",
|
||||
"deployment": "develop"
|
||||
},
|
||||
"mongodb": {
|
||||
"start_mongodb": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue