## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder

#############################
## INCLUDES FOR PRODUCTION ##
#############################
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:hive_cfg_typoscript/Configuration/TypoScript/Setup/Production" extensions="txt">

##############################
## OVERRIDE FOR DEVELOPMENT ##
##############################
[globalString = ENV:HTTP_HOST=development.*] || [globalString = ENV:HTTP_HOST=*.development.*]
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:hive_cfg_typoscript/Configuration/TypoScript/Setup/Development" extensions="txt">
[global]

##########################
## INCLUDES FOR STAGING ##
##########################
[globalString = ENV:HTTP_HOST=staging.*] || [globalString = ENV:HTTP_HOST=*.staging.*]
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:hive_cfg_typoscript/Configuration/TypoScript/Setup/Staging" extensions="txt">
[global]

#####################
## Dynamic baseURL ##
#####################
config.baseURL = {$plugin.tx_hive_cfg_typoscript.settings.auto.protocol}://{$plugin.tx_hive_cfg_typoscript.settings.config.dynamic.baseURL.prefix}.{$plugin.tx_hive_cfg_typoscript.settings.config.dynamic.baseURL.host}/