mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 07:06:56 -06:00
* ARM templates - 7.7.3 support added. Pro and JCR * ARM templates - Xray 3.8.2 support * ARM templates - Nginx configuration changed for JCR * ARM templates - Xray ARM extension script, yq added, Rabbitmq default password added * ARM templates - Xray, Extension script changes * ARM templates - RT readme updated, branch for extensions scripts switched back to master * ARM templates - JCR, updated API, best practives * ARM templates - Nginx configuration changed for JCR * ARM templates - MP submissions, Xray installation script changes, master key minimun char number added in JCR * ARM templates - Parameters draft * ARM templates - Removed MP submission zip files from the repo * ARM templates - Postgres parameters removed
31 lines
687 B
JSON
31 lines
687 B
JSON
{
|
|
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
|
"contentVersion": "1.0.0.0",
|
|
"parameters": {
|
|
"db_user": {
|
|
"value": "DB-USERNAME"
|
|
},
|
|
"db_password": {
|
|
"value": "GENERATE-PASSWORD"
|
|
},
|
|
"db_server": {
|
|
"value": "DB-SERVERNSME"
|
|
},
|
|
"databases": {
|
|
"value": {
|
|
"properties": [
|
|
{
|
|
"name": "artdb",
|
|
"charset": "UTF8",
|
|
"collation": "English_United States.1252"
|
|
},
|
|
{
|
|
"name": "xray",
|
|
"charset": "UTF8",
|
|
"collation": "English_United States.1252"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |