mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-23 13:21:06 -05:00
configurable port plus support for SSL
This commit is contained in:
+7
-2
@@ -1,8 +1,13 @@
|
||||
[Network]
|
||||
port=5000
|
||||
certPath=cert.crt
|
||||
certKeyPath=cert.key
|
||||
|
||||
[Login]
|
||||
# Enter below credentials with with which you want to authenticate to Notecase web app
|
||||
username=adam
|
||||
username=your_username
|
||||
# This is bcrypt password hash. You can use generate-password.py (in this directory) to hash your password
|
||||
password-hash=$2b$12$4Ia5lYbbpOv3pxxdoDgjUeAJ9z4FhqyEhhX52ra78FH03wPGx8zGu
|
||||
password-hash=$2b$12$FHT8keXp3BGTfzAV/VnrkuLpkwN8Vpj5iIh4RwCbHTNWYSBI9hGAK
|
||||
|
||||
[Sync]
|
||||
sync-server-url=https://localhost:57201
|
||||
|
||||
Reference in New Issue
Block a user