island: Extract deployment type and version number into deployment.json

This commit is contained in:
Shreya Malviya 2021-09-10 16:29:31 +05:30
parent c46c02507f
commit 2b9b755177
2 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,8 @@
{
"version": {
"major": 1,
"minor": 11,
"patch": 0
},
"deployment": "develop"
}

View File

@ -1,8 +1,7 @@
{
"log_level": "DEBUG",
"environment": {
"server_config": "password",
"deployment": "develop"
"server_config": "password"
},
"mongodb": {
"start_mongodb": true