mirror of
https://github.com/netfun2000/rttys_zhaojh329.git
synced 2026-02-27 09:53:24 +08:00
978d87ebc1
Use `modernc.org/sqlite` implemented in pure go, so we can building with `CGO_ENABLED=0`. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
25 lines
583 B
Plaintext
25 lines
583 B
Plaintext
#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
|
|
|
|
#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
|