11 lines
278 B
INI
11 lines
278 B
INI
;; host can be a dotted IP address, or a hostname for lookup in the DNS system.
|
|
;; see usocket: https://github.com/usocket/usocket#api-definition
|
|
;; host = 0.0.0.0
|
|
;; port = 1965
|
|
|
|
cert = /var/lib/geml/localhost.crt
|
|
key = /var/lib/geml/localhost.key
|
|
|
|
[localhost]
|
|
root = /srv/gmi
|