All Downloads are FREE. Search and download functionalities are using the official Maven repository.

PUSTEFIX-INF.conf.project-fragment.xml Maven / Gradle / Ivy

There is a newer version: 0.23.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<fr:config-fragments xmlns:fr="http://www.pustefix-framework.org/2008/namespace/config-fragments"
                     xmlns="http://www.pustefix-framework.org/2008/namespace/project-config">

  <fr:tenants>
    <tenant name="DE_market">
      <choose>
        <when test="$mode='prod'">
          <host>.*\.de$</host>
        </when>
        <otherwise>
          <host>^de\..*</host>
        </otherwise>
      </choose>
      <lang>de_DE</lang>
    </tenant>
  </fr:tenants>

</fr:config-fragments>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy