plugin.tx_hive_cfg_typoscript {
    settings {
        gulp = 1
        development {
            config {
                baseURL =
                compressJs = 9
                concatenateJs = 1
                compressCss = 9
                concatenateCss = 1
            }
        }
        staging {
            config {
                baseURL =
                compressJs = 9
                concatenateJs = 1
                compressCss = 9
                concatenateCss = 1
            }
            meta {
                viewport = width=device-width,initial-scale=1, maximum-scale=1,minimum-scale=1
                siteName = Bitte Name der Seiten einfuegen
                ogImage =
            }
            includePath {
                public = EXT:hive_cfg_typoscript/Resources/Public/
            }
            classes {
                body = defaultBodyClass
            }
        }
        production {
            config {
                baseURL =
                compressJs = 9
                concatenateJs = 1
                compressCss = 9
                concatenateCss = 1
            }
			meta {
                viewport = width=device-width,initial-scale=1, maximum-scale=1,minimum-scale=1
                siteName = Bitte Name der Seiten einfuegen
                ogImage =
            }
            includePath {
                public = EXT:hive_cfg_typoscript/Resources/Public/
            }
            classes {
                body = defaultBodyClass
            }
        }
    }
}

#############
## HTTP(S) ##
#############
plugin.tx_hive_cfg_typoscript.settings.auto.protocol = http
[globalString = _SERVER|HTTPS=on]
    plugin.tx_hive_cfg_typoscript.settings.auto.protocol = https
[global]

######################
## Mobile Detection ##
######################
plugin.tx_hive_cfg_typoscript.settings.auto.bMobile = 0
[userFunc = HIVE\HiveCfgTyposcript\UserFunc\GetBrowserInfo::bMobile]
plugin.tx_hive_cfg_typoscript.settings.auto.bMobile = 1
[end]

##########################################
## Einstellungen für Entwicklunssysteme ##
##########################################
plugin.tx_hive_cfg_typoscript.settings.auto.applicationContext = applicationContext-undefined
[applicationContext = Development]
plugin.tx_hive_cfg_typoscript.settings.auto.applicationContext = applicationContext-Development
[end]
applicationContext = Production/Staging]
plugin.tx_hive_cfg_typoscript.settings.auto.applicationContext = applicationContext-Production/Staging
[end]
[applicationContext = Production]
plugin.tx_hive_cfg_typoscript.settings.auto.applicationContext = applicationContext-Production
[end]