mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
22 lines
703 B
XML
22 lines
703 B
XML
<settings>
|
|
|
|
<!-- Profile defining the properties required for a MyBatis build -->
|
|
<profiles>
|
|
<profile>
|
|
<id>guacamole-mybatis</id>
|
|
<properties>
|
|
<guacamole.database.catalog>SCHEMA</guacamole.database.catalog>
|
|
<guacamole.database.schema>DATABASE</guacamole.database.schema>
|
|
<guacamole.database.user>USER</guacamole.database.user>
|
|
<guacamole.database.password>PASS</guacamole.database.password>
|
|
</properties>
|
|
</profile>
|
|
</profiles>
|
|
|
|
<!-- Activate by default -->
|
|
<activeProfiles>
|
|
<activeProfile>guacamole-mybatis</activeProfile>
|
|
</activeProfiles>
|
|
|
|
</settings>
|