Update hardcoded config for testing

FIXME: Don't hard code this
This commit is contained in:
Martchus 2017-03-25 19:52:05 +01:00
parent 4d3b32d56e
commit 1ce57a1af8
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@
"server": {
"listeningPort": 1234,
"certFile": "/run/media/martchus/files/programming/projects/c++/qmake/projects/repoindex/cert/test.crt",
"keyFile": "/run/media/martchus/files/programming/projects/c++/qmake/projects/repoindex/cert/test.key",
"insecure": false
"certFile": "/run/media/martchus/files/programming/projects/c++/cmake/projects/repoindex/cert/test.crt",
"keyFile": "/run/media/martchus/files/programming/projects/c++/cmake/projects/repoindex/cert/test.key",
"insecure": true
},
"repos": {