@fathym-hyland/lcu-alfresco-community-on-azure
Version:
@fathym-hyland/lcu-alfresco-community-on-azure
47 lines (46 loc) • 1 kB
JSON
{
"Applications": {
"alfresco-api": {
"Application": {
"Description": "Alfresco API",
"Name": "Alfresco API"
},
"LookupConfig": {
"PathRegex": "/alfresco.*"
},
"LowCodeUnit": {
"APIRoot": "http://{{PUBLIC_IP_ADDRESS_1}}",
"Security": "~",
"Type": "API"
},
"Processor": {
"InboundPath": "alfresco",
"Type": "Proxy"
}
},
"alfresco-admin": {
"Application": {
"Description": "Alfresco Admin",
"Name": "Alfresco Admin"
},
"LookupConfig": {
"PathRegex": "/.*"
},
"LowCodeUnit": {
"SPARoot": "http://{{PUBLIC_IP_ADDRESS_1}}",
"Type": "SPA"
},
"Processor": {
"InboundPath": "/",
"Type": "Proxy"
}
}
},
"Environments": {
"$#.PrimaryEnvironment": {
"Clouds": {
"{{AZURE_CLOUD_LOOKUP}}": {}
}
}
}
}