mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
31 lines
678 B
JSON
31 lines
678 B
JSON
{
|
|
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
|
"contentVersion": "1.0.0.0",
|
|
"parameters": {
|
|
"db_user": {
|
|
"value": "GEN-UNIQUE"
|
|
},
|
|
"db_password": {
|
|
"value": "GEN-UNIQUE"
|
|
},
|
|
"db_server": {
|
|
"value": "postgressrvr"
|
|
},
|
|
"databases": {
|
|
"value": {
|
|
"properties": [
|
|
{
|
|
"name": "artdb",
|
|
"charset": "UTF8",
|
|
"collation": "English_United States.1252"
|
|
},
|
|
{
|
|
"name": "xray",
|
|
"charset": "UTF8",
|
|
"collation": "English_United States.1252"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |