Skip to content
Snippets Groups Projects
Select Git revision
  • 76aeadc936be4d0e1f6e89eeb217bc6e8c92e680
  • develop default protected
  • master protected
  • feature/scrollbars
  • native-audio
  • v7.3.0
  • v7.2.0
  • v7.1.0
  • v7.0.2
  • v7.0.1
  • v7.0.0
  • v5.0.1
  • v5.1.0
  • v6.1.0
  • v6.0.0
15 results

libNativeAudio.dylib

Blame
  • settings-example.json 1.11 KiB
    {
        "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"
            },
            "retentionPolicies": [
                {
                    "numberOfMeasurementsPerDay": 24,
                    "ageInDays": 30
                },
                {
                    "numberOfMeasurementsPerDay": 2,
                    "ageInDays": 60
                }
            ]
        },
        "api": {
            "url": "http://localhost:10003",
            "key": ""
        },
        "discovery": {
            "discoveryPort": 9191,
            "responsePort": 9192,
            "requestMessage": "DISCOVER_STORAGELEAF_REQUEST",
            "responseMessage": "DISCOVER_STORAGELEAF_RESPONSE"
        }
    }