A/B tests
service_selection_button_text (Texte alternatif sur le bouton ajouter au panier des services)
gift_card_route (Nouvelle landing page pour les utilisateurs provenant du SMS avec montant offert)
related_products (Affichage d'un carousel de produits recommandés en bas des fiches produit)
frequently_bought_together_products (Affichage des produits fréquemment achetés ensemble dans la sidebar de confirmation d'ajout au panier)
Domain config
{
"gateway": {
"serverUrl": "http://happytalb2c-api-gateway",
"clientUrl": "/api"
},
"cms": {
"serverUrl": "https://cms.happytal.com",
"clientUrl": "https://cms.happytal.com"
},
"algolia": {
"appId": "UDNU7N7HJ0",
"apiKey": "23f0fda078a3a51d5a753dd54ff90a9e",
"defaultIndexId": "pertinent",
"suggestionsIndexName": "catalog_happytalb2c_query_suggestions",
"sortItems": [
{
"application": "happytalb2c",
"id": "pertinent",
"index": "catalog_happytalb2c",
"label": "Pertinence"
},
{
"application": "happytalb2c",
"id": "price_asc",
"index": "catalog_happytalb2c_price_asc",
"label": "Prix (- cher)"
},
{
"application": "happytalb2c",
"id": "price_desc",
"index": "catalog_happytalb2c_price_desc",
"label": "Prix (+ cher)"
},
{
"application": "happytalb2c-home",
"id": "pertinent",
"index": "catalog_happytalb2c-home",
"label": "Pertinence"
}
]
},
"stripe": {
"key": "pk_live_lWbq8h1g8xBdoePX58fVOiH200XmtVju41"
},
"gtm": {
"enabled": true,
"id": "GTM-KJJLR2D"
},
"apm": {
"enabled": true,
"serverUrl": "https://apm.happytal.com"
},
"log": {
"level": "debug"
},
"indexing": {
"enabled": true
},
"cookieConsent": {
"enabled": true,
"cookieName": "cc_b2c",
"cookieDomain": ".happytal.com"
},
"abTests": [
{
"id": "service_selection_button_text",
"values": [
{
"id": "A",
"weight": 1
},
{
"id": "B",
"weight": 1
}
]
},
{
"id": "gift_card_route",
"values": [
{
"id": "A",
"weight": 1
},
{
"id": "B",
"weight": 1
}
]
},
{
"id": "related_products",
"values": [
{
"id": "A",
"weight": 1
},
{
"id": "B",
"weight": 1
}
]
},
{
"id": "frequently_bought_together_products",
"values": [
{
"id": "A",
"weight": 1
},
{
"id": "B",
"weight": 1
}
]
}
],
"features": {
"mode": "patient",
"giftCard": true,
"flashownership": true
},
"institution": {
"id": 67,
"groupId": 32,
"name": "CHU Nice - Pasteur",
"address": {
"companyName": "CHU Nice - Pasteur",
"street1": "30 Voie Romaine",
"zipCode": "06000",
"city": "Nice"
},
"desk": {
"phone": "04 22 13 56 58",
"email": "[email protected]",
"openingTimes": "Lundi au Vendredi de 9h à 18h"
},
"phWebSiteDomain": "nice-pasteur-pro.happytal.com",
"patientWebSiteDomain": "nice-pasteur.happytal.com",
"researchText": "chu nice - pasteur nice 06000"
},
"frontend": {
"enabled": true,
"private": false,
"mode": "patient",
"catalog": {
"id": "6aaca4bb-cace-4b59-a7b1-c903ea0e16f3",
"name": "standard",
"application": "happytalb2c"
}
},
"domainHost": "nice-pasteur.happytal.com",
"theme": {
"colors": {
"primary": "#D51C5F",
"primaryUltralight": "#FFEDF3",
"secondary": "#4ECDC4",
"tertiary": "#1A535C",
"gray": "#DDE5E7",
"neutral": {
"100": "#F1F5F5",
"200": "#E3EAEB",
"300": "#C6D4D7",
"400": "#AABFC3",
"500": "#9CB4B9",
"600": "#8DA9AE",
"700": "#71949A",
"800": "#547E85",
"900": "#376971",
"DEFAULT": "#1A535C"
}
},
"fontFamily": {
"sans": "\"Nunito\", \"ui-sans-serif\", \"system-ui\""
},
"logos": {
"mobile": "/logo-happytal-mobile.svg",
"desktop": "/logo-happytal-desktop.svg",
"footer": "/logo-happytal-footer.svg"
}
},
"isTestEnv": false,
"isDevEnv": false
}