Davide Principi wrote:
> ...of course a TS condition is needed: perhaps "hostname" method is your
> case!
Thanks, Christian Kuhn pointed out an ideal solution:
# Switches for dev
[globalString = ENV:HTTP_HOST=dev.domain]
     page.meta.robots = noindex, nofollow
     config.baseURL = http://dev.domain/
[global]
Thomas