trilium/config-sample.ini

25 lines
785 B
INI
Raw Normal View History

[Document]
documentPath=demo.ncdb
[Security]
2017-08-17 08:48:40 +08:00
# run "python generate-secret-key.py" and paste the result below
flaskSecretKey=
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
[Login]
# Enter below credentials with with which you want to authenticate to Notecase web app
2017-08-15 09:05:01 +08:00
username=your_username
# This is bcrypt password hash. You can use generate-password.py (in this directory) to hash your password
2017-08-15 09:05:01 +08:00
password-hash=$2b$12$FHT8keXp3BGTfzAV/VnrkuLpkwN8Vpj5iIh4RwCbHTNWYSBI9hGAK
2017-06-14 11:31:54 +08:00
[Sync]
sync-server-url=https://localhost:57201
2017-06-14 11:31:54 +08:00
sync-server-username=syncuser
sync-server-password=password