trilium/config-sample.ini

11 lines
284 B
INI
Raw Normal View History

[Document]
documentPath=demo.ncdb
2017-08-15 09:05:01 +08:00
[Network]
port=5000
2017-08-17 08:48:40 +08:00
# true for TLS/SSL/HTTPS (secure), false for HTTP (unsecure).
https=true
# path to certificate (run "bash generate-cert.sh" to generate self-signed certificate). Relevant only if https=true
2017-08-15 09:05:01 +08:00
certPath=cert.crt
certKeyPath=cert.key