trilium/config-sample.ini

18 lines
606 B
INI
Raw Normal View History

[General]
# Instance name can be used to distinguish between different instances
instanceName=
2019-11-26 04:24:41 +08:00
# Disable automatically generating desktop icon
# noDesktopIcon=true
[Network]
# host setting is relevant only for web deployments - set the host on which the server will listen
# host=0.0.0.0
# port setting is relevant only for web deployments, desktop builds run on random free port
port=8080
2017-11-17 12:55:50 +08:00
# true for TLS/SSL/HTTPS (secure), false for HTTP (unsecure).
https=false
2018-08-15 21:27:22 +08:00
# path to certificate (run "bash bin/generate-cert.sh" to generate self-signed certificate). Relevant only if https=true
2017-11-17 12:55:50 +08:00
certPath=
keyPath=