You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
3.1 KiB

#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
################## Crypt ##################
scrypt.cost=16384
## please ensure this one is unique, better to regenerate it from time to time
## can be generated for ex. here https://www.uuidtools.com
remember.me.encryption.key=27574200-a56f-410a-b2c9-3aa3b4b9389a
## some secret set of characters
remember.me.encryption.salt=abrakadabra
################## Timeouts ##################
# 5000 == 5 sec
# 300000 == 5 min
# 900000 == 15 min
# 1800000 == 30 min
# 3600000 == 1 hour
# 86400000 == 1 day
# 604800000 == 7 days
job.cleanup.session.timeout=1800000
job.cleanup.test.setup.timeout=3600000
job.cleanup.reset.hash.ttl=86400000
job.cleanup.conf.log.ttl=604800000
################## Kurento ##################
kurento.ws.url=ws://127.0.0.1:8888/kurento
kurento.turn.url=meeting.syngovision.cn:3478
kurento.turn.user=
kurento.turn.secret=f9dda18a3c48a7c396fc7138a1f53d0a874615d0dd808c37112479469fdb48f8
kurento.turn.mode=rest
## minutes
kurento.turn.ttl=60
## milliseconds
kurento.check.timeout=10000
## milliseconds
kurento.object.check.timeout=200
kurento.watch.thread.count=10
kurento.flowout.timeout=5
## please ensure this one is unique, better to regenerate it from time to time
## can be generated for ex. here https://www.uuidtools.com
kurento.kuid=df992960-e7b0-11ea-9acd-337fb30dd93d
## this list can be space and/or comma separated
kurento.ignored.kuids=
## See https://doc-kurento.readthedocs.io/en/latest/features/security.html#media-plane-security-dtls
## possible values: RSA, or ECDSA (capital-case)
kurento.certificateType=
################## NetTest ##################
nettest.max.clients=50
################## SIP ##################
### Should be updated with real values for Asterisk ###
sip.hostname=
sip.manager.port=5038
sip.manager.user=openmeetings
sip.manager.password=12345
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=
sip.ws.remote.port=8088
sip.ws.remote.user=omsip_user
sip.ws.remote.password=12345
################## Time-based One Time Password ##################
## Please NOTE these values need to be changed BEFORE users will set-up OTP for themselves
## otherwise they can't login
# NOTE Config->application.name will be used if blank
otp.issuer=
otp.ntp.server=pool.ntp.org
## milliseconds
otp.ntp.timeout=3000