mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-641: Log primary sources of configuration information.
This commit is contained in:
		| @@ -64,8 +64,6 @@ public class PostgreSQLAuthenticationProviderModule implements Module { | ||||
|         myBatisProperties.setProperty("JDBC.host", environment.getPostgreSQLHostname()); | ||||
|         myBatisProperties.setProperty("JDBC.port", String.valueOf(environment.getPostgreSQLPort())); | ||||
|         myBatisProperties.setProperty("JDBC.schema", environment.getPostgreSQLDatabase()); | ||||
|         myBatisProperties.setProperty("JDBC.username", environment.getUsername()); | ||||
|         myBatisProperties.setProperty("JDBC.password", environment.getPassword()); | ||||
|         myBatisProperties.setProperty("JDBC.autoCommit", "false"); | ||||
|         myBatisProperties.setProperty("mybatis.pooled.pingEnabled", "true"); | ||||
|         myBatisProperties.setProperty("mybatis.pooled.pingQuery", "SELECT 1"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user