config-sample.ini 811 B

1234567891011121314151617181920
  1. [General]
  2. # Instance name can be used to distinguish between different instances
  3. instanceName=
  4. # set to true to allow using Trilium without authentication (makes sense for server build only, desktop build doesn't need password)
  5. noAuthentication=false
  6. # Disable automatically generating desktop icon
  7. # noDesktopIcon=true
  8. [Network]
  9. # host setting is relevant only for web deployments - set the host on which the server will listen
  10. # host=0.0.0.0
  11. # port setting is relevant only for web deployments, desktop builds run on a fixed port (changeable with TRILIUM_PORT environment variable)
  12. port=8080
  13. # true for TLS/SSL/HTTPS (secure), false for HTTP (unsecure).
  14. https=false
  15. # path to certificate (run "bash bin/generate-cert.sh" to generate self-signed certificate). Relevant only if https=true
  16. certPath=
  17. keyPath=