Skip to content
Snippets Groups Projects

Rename caosdb-cpplib to linkahead-cpplib

Merged Joscha Schmiedt requested to merge f-94-rename-cpplib into dev
All threads resolved!
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
@@ -183,14 +183,14 @@ Client Configuration
You can use a json file for the configuration of the client. See
``test/test_data/test_caosdb_client.json`` for an example. You may use
``caosdb-client-configuration-schema.json`` to validate your schema.
``linkahead-client-configuration-schema.json`` to validate your schema.
Typically, you will need to provide the path to your SSL certificate.
The client will load the configuration file from the first existing file
in the following locations (precedence from highest to lowest):
1. A file specified by the environment variable
``$CAOSDB_CLIENT_CONFIGURATION``.
``$LINKAHEAD_CLIENT_CONFIGURATION``.
2. ``$PWD/caosdb_client.json``
3. ``$PWD/caosdb-client.json``
4. ``$PWD/.caosdb_client.json``
Loading