Skip to content
Snippets Groups Projects

Rename caosdb-cpplib to linkahead-cpplib

1 file
+ 0
50
Compare changes
  • Side-by-side
  • Inline
{
"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"
}
}
Loading