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
Branches
Tags
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
{ {
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "CaosDB Client Configuration", "title": "LinkAhead Client Configuration",
"description": "Configuration of the connection, logging, and other things of a CaosDB client.", "description": "Configuration of the connection, logging, and other things of a LinkAhead client.",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
...@@ -117,11 +117,11 @@ ...@@ -117,11 +117,11 @@
"type": "string", "type": "string",
"description": "Domain name or ip address of the server host.", "description": "Domain name or ip address of the server host.",
"default": "localhost", "default": "localhost",
"examples": ["localhost", "caosdb.example.com", "192.168.0.123"] "examples": ["localhost", "linkahead.example.com", "192.168.0.123"]
}, },
"port": { "port": {
"type": "integer", "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, "mininum": 1,
"default": 8443, "default": 8443,
"maximum": 65535 "maximum": 65535
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment