Skip to content
Snippets Groups Projects
Select Git revision
  • 2d16c68b1588e8f3dcd063bc294a1f07b3f88f65
  • master default
  • renovate/fastapi-0.x
  • renovate/uvicorn-0.x
  • renovate/sqlalchemy-2.x
  • v2.20.1
  • v2.20.0
  • v2.19.0
  • v2.18.1
  • v2.18.0
  • v2.17.0
  • v2.16.0
  • v2.15.0
  • v2.14.0
  • v2.13.1
  • v2.13.0
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.0
  • v2.8.0
  • v2.7.0
  • v2.6.0
  • v2.5.0
  • v2.4.1
25 results

settings-example.json

Blame
  • 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"
        }
    }