mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 01:34:05 +08:00
10 lines
284 B
INI
10 lines
284 B
INI
[Document]
|
|
documentPath=demo.ncdb
|
|
|
|
[Network]
|
|
port=5000
|
|
# 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
|
|
certPath=cert.crt
|
|
certKeyPath=cert.key
|