<datasource jta="false" jndi-name="java:/jdbc/appReadDatabase" pool-name="jdbc_appReadDatabase" statistics-enabled="true">
<connection-url>jdbc:mysql:loadbalance://${env.DB_HOSTS}/app_database?characterEncoding=UTF-8&loadBalanceBlocklistTimeout=5000&connectTimeout=1000&socketTimeout=1000&useSSL=false&allowPublicKeyRetrieval=true&scrollTolerantForwardOnly=true</connection-url>
<datasource jta="false" jndi-name="java:/jdbc/appWriteDatabase" pool-name="jdbc_appWriteDatabase" statistics-enabled="true">
<connection-url>jdbc:mysql:loadbalance://${env.DB_GEO_HOSTS}/app_database?characterEncoding=UTF-8&loadBalanceBlocklistTimeout=5000&connectTimeout=1000&socketTimeout=1000&useSSL=false&allowPublicKeyRetrieval=true&scrollTolerantForwardOnly=true</connection-url>
The applications deployed on Wildly read the below env variables to handle write requests.
--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wildfly/17663ffb-6c3c-4268-8a12-1ee7bd37f886n%40googlegroups.com.