Revision 4f58b487400aa7bd3bc6d00ed7896e21047a4082 authored by AlasDiablo on 17 July 2024, 05:43:09 UTC, committed by AlasDiablo on 17 July 2024, 05:43:09 UTC
1 parent 8797bee
Raw File
configTenant.json
{
    "enableAutoPublication": true,
    "userAuth": {
        "username": "user",
        "password": "secret",
        "active": true
    },
    "enrichmentBatchSize": 10,
    "front": {
        "theme": {},
        "breadcrumb": [],
        "menu": [
            {
                "label": {
                    "en": "Home",
                    "fr": "Accueil"
                },
                "icon": "faHome",
                "position": "left",
                "role": "home"
            },
            {
                "label": {
                    "en": "Graphs",
                    "fr": "Graphiques"
                },
                "icon": "faChartArea",
                "position": "left",
                "role": "graphs"
            },
            {
                "label": {
                    "en": "Search",
                    "fr": "Recherche"
                },
                "icon": "faSearch",
                "position": "left",
                "role": "search"
            },
            {
                "label": {
                    "en": "Admin",
                    "fr": "Admin"
                },
                "icon": "faCogs",
                "position": "advanced",
                "role": "admin"
            },
            {
                "label": {
                    "en": "Sign in",
                    "fr": "Connexion"
                },
                "icon": "faSignInAlt",
                "position": "advanced",
                "role": "sign-in"
            },
            {
                "label": {
                    "en": "Sign out",
                    "fr": "Déconnexion"
                },
                "icon": "faSignOutAlt",
                "position": "advanced",
                "role": "sign-out"
            }
        ],
        "advancedMenuButton": {
            "label": {
                "en": "More",
                "fr": "Voir Plus"
            },
            "icon": "faBars"
        },
        "PDFExportOptions": {
            "display": false,
            "maxSize": 100,
            "logo": "",
            "title": {
                "en": "Published dataset",
                "fr": "Données publiées"
            },
            "footer": {
                "en": "Footer",
                "fr": "Pied de page"
            },
            "highlightColor": "#00ade9"
        },
        "maxCheckAllFacetsValue": {
            "dataset": 60,
            "search": 200
        },
        "multilingual": false
    }
}
back to top