mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
reverted db file as it started giving more errors with newer template
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "http://schema.management.azure.com/schemas/2019-08-01/deploymentTemplate.json#",
|
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
||||||
"contentVersion": "1.0.0.0",
|
"contentVersion": "1.0.0.0",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"db_user": {
|
"db_user": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1
|
"minLength": 1,
|
||||||
|
"defaultValue": "artifactory"
|
||||||
},
|
},
|
||||||
"db_password": {
|
"db_password": {
|
||||||
"type": "securestring",
|
"type": "securestring",
|
||||||
@@ -34,9 +35,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"variables": {
|
"variables": {
|
||||||
"apiVersion": "2018-06-01-preview",
|
"apiVersion": "2015-05-01-preview",
|
||||||
"rtdbCollation": "Latin1_General_100_CS_AS",
|
"rtdbCollation": "Latin1_General_100_CS_AS",
|
||||||
"db_location": "[parameters('db_location')]"
|
"db_location": "[if(equals(parameters('db_location'), ''), resourceGroup().location, parameters('db_location'))]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user