-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.toml
executable file
·62 lines (50 loc) · 1015 Bytes
/
config.toml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
title = "NeoMs service configuration"
[owner]
name = "Komal Patel"
organization = "Tiniyo"
bio = "Founder"
[server]
port = ":9092"
queuelen = 0
errorqueuelen = 10000
ginmode = "debug"
[logging]
facility = "local1"
level = "debug"
tag = "NeoMs"
syslog = "127.0.0.1:514"
[fs]
fshost = "mediaserver"
fsport = "8021"
fspassword = "Tiniyo1234"
fstimeout = 10
[heartbeat]
baseurl = "<HEARTBEAT_SERVICE>"
username = "<PRIV_USER>"
secret = "<PRIV_SECRET>"
[rating]
baseurl = "<RATE_ROUTE_SERVICE>"
username = "<PRIV_USER>"
secret = "<PRIV_SECRET>"
region = "<REGION>"
[numbers]
baseurl = "<NUMBER_SERVICE>"
username = "<PRIV_USER>"
secret = "<PRIV_SECRET>"
[sipendpoint]
baseurl = "<SIP_SERVICE>"
username = "<PRIV_USER>"
secret = "<PRIV_SECRET>"
[kamgo]
baseurl = "<KAMGO_SERVICE>"
username = "<PRIV_USER>"
secret = "<PRIV_SECRET>"
[redis]
redishost = "redis"
redisport = "6379"
redispassword = ""
redisdb = 0
[recordingservice]
baseurl = "<RECORDING_SERVICE>"
username = "<PRIV_USER>"
secret = "<PRIV_SECRET>"