CONFIG = {
    // production
    gmapkey: "AIzaSyBvoH5MgXCuAV_ZhGJXikH4kMpf9PAw8CE",

    version: "1.8.0",
    copyrightYear: "2023",
    defaultCenter: {lat: 49.1962814, lng: 16.568353},
    defaultZoom: 12,
    geolocationOpts: {},
    myLocationZoom: 17,
    addToCalendar: {
        language: "cs",
        pastDateHandling: "disable",
        options: [
            "Apple",
            "Google",
            "Microsoft365",
            "Outlook.com",
            "iCal"
        ]
    },
    addToCalendarInfoWindow: {
        buttonsList: true,
        hideTextLabelButton: true
    },
    addToCalendarSideBar: {
        trigger: "hover"
    }
};