52 lines
2.0 KiB
JSON
52 lines
2.0 KiB
JSON
{
|
|
"apps": {
|
|
"portal": {
|
|
"url": "https://emissary.cadol.es/files/apps/arcad.portal_v2023.3.28-3feda80.zip",
|
|
"sha256sum": "921402c44a5fa554d5b630d1284957b05416aa6872b402314cf52e964e06fac5",
|
|
"address": "127.0.0.1:8082",
|
|
"format": "zip"
|
|
},
|
|
"hextris": {
|
|
"url": "https://emissary.cadol.es/files/apps/app.arcad.edge.hextris_v2023.3.22-33ece28.zip",
|
|
"sha256sum": "5f9f3c8d6f22796beb051d747d7ff12efa17af9d1552c0ab08baef13703a2aba",
|
|
"address": "127.0.0.1:8083",
|
|
"format": "zip"
|
|
},
|
|
"test": {
|
|
"url": "https://emissary.cadol.es/files/apps/edge.sdk.client.test_v2023.3.24-ed535b6.zip",
|
|
"sha256sum": "e97b7b79159bb5d6a13b05644c091272b02a1a3cbb1b613dd5eda37e1eb84623",
|
|
"address": "127.0.0.1:8084",
|
|
"format": "zip"
|
|
},
|
|
"diffusion": {
|
|
"url": "https://emissary.cadol.es/files/apps/arcad.diffusion_v2023.3.29-5b3fab4.zip",
|
|
"sha256sum": "1282e75719beedbc7c7e67879389d0f3e11c86d3d2c37cf13da624a66faaeb58",
|
|
"address": "127.0.0.1:8085",
|
|
"format": "zip"
|
|
}
|
|
},
|
|
"config": {
|
|
"appUrlTemplate": "http://{{ last ( splitList \".\" ( toString .Manifest.ID ) ) }}.arcad.local:8080",
|
|
"auth": {
|
|
"local": {
|
|
"key": "absolutlynotsecret",
|
|
"cookieDomain": ".arcad.local",
|
|
"cookieDuration": "1h",
|
|
"accounts": [
|
|
{
|
|
"username": "admin",
|
|
"algo": "plain",
|
|
"password": "admin",
|
|
"claims": {
|
|
"arcad_role": "admin",
|
|
"arcad_tenant": "x86",
|
|
"preferred_username": "Admin",
|
|
"sub": "admin"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|