Skip to content
Snippets Groups Projects
Commit 0ab7d84b authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Remove old file

parent 12c29ff4
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
Pipeline #54979 passed with warnings
Pipeline: caosdb-cppinttest

#54980

    {
    "connections": {
    "default": "local-caosdb",
    "local-caosdb-admin": {
    "host": "localhost",
    "port": 8443,
    "authentication": {
    "type": "plain",
    "username": "admin",
    "password": "caosdb"
    }
    },
    "local-caosdb": {
    "host": "localhost",
    "port": 8443,
    "authentication": {
    "type": "plain",
    "username": "me",
    "password": "secret!"
    }
    },
    "missing": {
    "host": "localhost",
    "port": 8443,
    "server_certificate_path": "/missing",
    "authentication": {
    "type": "plain",
    "username": "me",
    "password": "secret!"
    }
    }
    },
    "logging": {
    "level": "info",
    "sinks": {
    "stderr": {
    "destination": "console"
    },
    "file" : {
    "destination": "file"
    },
    "syslog": {
    "destination": "syslog"
    }
    }
    },
    "extension": {
    "this is my": "special option"
    }
    }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment