platform/ws-tests/branding-test.json
Andrey Sobolev d5547a623e
UBERF-8522: Allow to use any assignee for github projects (#8179)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-10 09:04:25 +07:00

34 lines
746 B
JSON

{
"huly.local:8083": {
"key": "huly",
"title": "Platform",
"protocol": "http",
"languages": "en,ru,pt,es,zh,fr",
"defaultLanguage": "en",
"defaultApplication": "tracker",
"defaultSpace": "tracker:project:DefaultProject",
"defaultSpecial": "issues",
"lastNameFirst": "true",
"links": [
{
"rel": "manifest",
"href": "/platform/site.webmanifest"
},
{
"rel": "icon",
"href": "/platform/favicon.svg",
"type": "image/svg+xml"
},
{
"rel": "shortcut icon",
"href": "/platform/favicon.ico",
"sizes": "any"
},
{
"rel": "apple-touch-icon",
"href": "/platform/icon-192.png"
}
]
}
}