Skip to content

Commit

Permalink
config for new vrem version
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanheller committed Sep 2, 2021
1 parent 83e36ea commit 8384685
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions mixnhack19.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"database" : {
"host" : "127.0.0.1",
"port" : 27017,
"database" : "vrem"
},
"server" : {
"documentRoot" : "data",
"port" : 4545
},
"cineast": {
"host": "127.0.0.1",
"port": 4567,
"objectPath": "/objects",
"queryTimeoutSeconds": 60
}
"database": {
"host": "127.0.0.1",
"port": 27017,
"database": "vrem"
},
"server": {
"documentRoot": "data",
"httpPort": 4544,
"httpsPort": 4545,
"enableSsl": true,
"keystorePath": "keystore.jks",
"keystorePassword": "password"
},
"cineast": {
"host": "127.0.0.1",
"port": 4567,
"objectPath": "/objects",
"queryTimeoutSeconds": 60
}
}

0 comments on commit 8384685

Please sign in to comment.