Add database template

This commit is contained in:
Martin Nagy 2015-06-17 17:45:09 +02:00
parent 7484bd5cb1
commit b6cf9e1cd4
2 changed files with 345 additions and 0 deletions

View file

@ -189,6 +189,26 @@
"description": "A secret string used to configure the GitHub webhook",
"generate": "expression",
"from": "[a-zA-Z0-9]{40}"
},
{
"name": "DATABASE_SERVICE_NAME",
"description": "Database service name"
},
{
"name": "MONGODB_USER",
"description": "Username for MongoDB user that will be used for accessing the database"
},
{
"name": "MONGODB_PASSWORD",
"description": "Password for the MongoDB user"
},
{
"name": "MONGODB_DATABASE",
"description": "Database name"
},
{
"name": "MONGODB_ADMIN_PASSWORD",
"description": "Password for the database admin user"
}
]
}