Skip to content
Snippets Groups Projects
Commit dbd69f35 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Rename caosdb client configuration schema

parent c49b8d0f
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CaosDB Client Configuration",
"description": "Configuration of the connection, logging, and other things of a CaosDB client.",
"title": "LinkAhead Client Configuration",
"description": "Configuration of the connection, logging, and other things of a LinkAhead client.",
"type": "object",
"additionalProperties": false,
"properties": {
......@@ -117,11 +117,11 @@
"type": "string",
"description": "Domain name or ip address of the server host.",
"default": "localhost",
"examples": ["localhost", "caosdb.example.com", "192.168.0.123"]
"examples": ["localhost", "linkahead.example.com", "192.168.0.123"]
},
"port": {
"type": "integer",
"description": "Ip port of the grpc end-point of the CaosDB server.",
"description": "Ip port of the grpc end-point of the LinkAhead server.",
"mininum": 1,
"default": 8443,
"maximum": 65535
......
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