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 <[email protected]>
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&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8&connectionCollation=utf8_general_ci&cachePrepStmts=true&cacheCallableStatements=true&cacheServerConfiguration=true&useLocalSessionState=true&elideSetAutoCommits=true&alwaysSendSetIsolation=false&enableQueryTimeouts=false&prepStmtCacheSize=3000&prepStmtCacheSqlLimit=1000&useSSL=false&nul
[...]
+ ,
Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8&connectionCollation=utf8_general_ci&cachePrepStmts=true&cacheCallableStatements=true&cacheServerConfiguration=true&useLocalSessionState=true&elideSetAutoCommits=true&alwaysSendSetIsolation=false&enableQueryTimeouts=false&prepStmtCacheSize=3000&prepStmtCacheSqlLimit=1000&useSSL=false&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