forked from zhaojh329/rttys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rttys.conf
32 lines (24 loc) · 880 Bytes
/
rttys.conf
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
#addr-dev: :5912
#addr-user: :5913
# Automatically select an available port in default
#addr-http-proxy:
#http-proxy-redir-url:
#ssl-cacert: /etc/rttys/rttys.ca
#ssl-cert: /etc/rttys/rttys.crt
#ssl-key: /etc/rttys/rttys.key
#if you want to use separate SSL config for webui, set this to True.otherwise, it will use the same SSL config for device and webui
#separate-ssl-config: True
#webui-ssl-cert: /etc/rttys/webui-rttys.crt
#webui-ssl-key: /etc/rttys/webui-rttys.key
#token: a1d4cdb1a3cd6a0e94aa3599afcddcf5
# No login required to connect device.
# Values can be device IDs separated by spaces,
# or a "*" indicates that all devices do not require login
# http://localhost:5913/connect/rtty1
#white-list: "*"
#white-list: rtty1 rtty2
# database source
db: sqlite://rttys.db
#db: mysql://rttys:rttys@tcp(localhost)/rttys
#disable new user sign up
#disable-sign-up: True