Select Git revision
settings-example.json
-
Tobias Ullerich authoredTobias Ullerich authored
settings-example.json 872 B
{
"server": {
"listen": "0.0.0.0",
"port": 10003,
"secret": "",
"useSSL": false,
"keyfile": "",
"certfile": "",
"cors_origins": [
"http://localhost:8080"
]
},
"database": {
"databasePath": "storageLeaf.db",
"backup":
{
"enable": true,
"maxModifications": 30,
"owncloudHost": "https://myowncloud.de",
"owncloudUser": "myUser",
"owncloudPassword": "",
"owncloudDestinationPath": "MyFolder"
}
},
"api": {
"url": "http://localhost:10003",
"key": ""
},
"discovery": {
"discoveryPort": 9191,
"responsePort": 9192,
"requestMessage": "DISCOVER_STORAGELEAF_REQUEST",
"responseMessage": "DISCOVER_STORAGELEAF_RESPONSE"
}
}