The Talon Manual

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleA Profile Activation Element
<model>
  <profiles>
    <profile name="PROD">
      <activation>
        <properties>
          <ENVIRONMENT_NAME>PROD</ENVIRONMENT_NAMENAME>
        <properties>
      </activation>
      <env>
        <nv.discovery.descriptor>solace://solace-prod-host:55555</nv.discovery.descriptor>
      </env>
    </profile>
  </profiles>
</model>

...