config.ini
1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[ucswitchGit]
gitUrl = gitlab.uccc.cc/jingle-cc/ucswitch.git
gitUser = shixiaoxu
gitPassword = shixiaoxu1201
gitBranch = master
[ucswitchNFS]
nfsType = nfs
nfsServerDirectory = /sharedfsServer
nfsDevice = 192.168.96.43:/sharedfs
nfsOptions = nosuid,noexec,nodev,bg,hard,intr
nfsReadSize = 32768
nfsWriteSize = 32768
[ucswitchRecord]
recordMemoryPath = /home/sharedfs/records
recordDiskPath = /sharedfsLocal
[ucswitchRedis]
redisServer = 192.168.96.41
redisPort = 6379
#密码现在不可配置
redisPassword = yongyi!@#
[ucswitchCdr]
cdrUrl = http://192.168.96.41:8080/cdr
[ucswitchDepends]
DependUrl = http://172.30.1.203/freeswitch
[ucswitchCore]
ucswitchName = 172.30.1.203
ucswitchIp = 172.30.1.203
ucswitchDbIp = 192.168.96.41
ucswitchDbPort = 5432
[TServer]
jarUrl = http://172.30.1.203/tserver/cti.tar.gz
jarPath = /opt/cti/5.2.0
jarName = jingle-cti-tserver-5.2.0.jar
jingle.cc.activemq.url = failover:(tcp://192.168.96.42:61617)?randomize=false&maxReconnectDelay=1000
freeswitch.ip = 192.168.96.42
jingle.cc.fs.consumer = freeswitch='192.168.96.42'
spring.datasource.url = jdbc:postgresql://192.168.96.42:5432/ipcc?prepareThreshold=0
spring.redis.host = 192.168.96.42