configurable port plus support for SSL

This commit is contained in:
azivner
2017-08-14 21:05:01 -04:00
parent f80f073874
commit 3c924afbca
7 changed files with 41 additions and 8 deletions
+7 -2
View File
@@ -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