You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2021/07/11 01:18:23 UTC

[openmeetings] branch bootstrap-5 updated: test parameters are removed

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch bootstrap-5
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/bootstrap-5 by this push:
     new 37c12d6  test parameters are removed
37c12d6 is described below

commit 37c12d60b3c98f634071ab052ebcdabb30846d16
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Jul 11 08:18:11 2021 +0700

    test parameters are removed
---
 .../src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml    | 2 +-
 .../src/main/webapp/WEB-INF/classes/openmeetings.properties           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml b/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml
index e4a09ba..76879b3 100644
--- a/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml
+++ b/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml
@@ -63,7 +63,7 @@
 			<property name="openjpa.ConnectionDriverName" value="org.apache.commons.dbcp2.BasicDataSource" />
 			<property name="openjpa.ConnectionProperties"
 				value="DriverClassName=com.mysql.cj.jdbc.Driver
-					, Url=jdbc:mysql://192.168.1.102:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000&amp;useSSL=false&amp;nul [...]
+					, Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000&amp;useSSL=false&amp;nullNam [...]
 					, maxTotal=100
 					, maxIdle=100
 					, minIdle=0
diff --git a/openmeetings-web/src/main/webapp/WEB-INF/classes/openmeetings.properties b/openmeetings-web/src/main/webapp/WEB-INF/classes/openmeetings.properties
index 3c60aa4..54796a3 100644
--- a/openmeetings-web/src/main/webapp/WEB-INF/classes/openmeetings.properties
+++ b/openmeetings-web/src/main/webapp/WEB-INF/classes/openmeetings.properties
@@ -65,7 +65,7 @@ nettest.max.clients=50
 
 ################## SIP ##################
 ### Should be updated with real values for Asterisk ###
-sip.hostname=192.168.1.102
+sip.hostname=
 sip.manager.port=5038
 sip.manager.user=openmeetings
 sip.manager.password=12345
@@ -74,7 +74,7 @@ sip.manager.timeout=10000
 sip.ws.local.port.min=6666
 sip.ws.local.port.max=7666
 ## 127.0.0.1 is NOT working here
-sip.ws.local.host=192.168.1.211
+sip.ws.local.host=
 sip.ws.remote.port=8088
 sip.ws.remote.user=omsip_user
 sip.ws.remote.password=12345