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

##############################
## OVERRIDE FOR DEVELOPMENT ##
##############################
[request.getNormalizedParams() && like(request.getNormalizedParams().getHttpHost(), 'development.*')]
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:hive_thm_custom/Configuration/TypoScript/Setup/Development" extensions="txt">
[END]