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

Add support for linkahead-client.json

caosdb-client.json is still kept, but linkahead has precedence.
parent 6cc1b08e
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
This commit is part of merge request !55. Comments created here will be created in the context of that merge request.
......@@ -42,6 +42,14 @@ __attribute__((unused)) static const char* COMPATIBLE_SERVER_VERSION_PRE_RELEASE
*/
__attribute__((unused)) static const char* LIBLINKAHEAD_CONFIGURATION_FILES_PRECEDENCE[] = {
"$LINKAHEAD_CLIENT_CONFIGURATION",
"linkahead_client.json",
"linkahead-client.json",
".linkahead_client.json",
".linkahead-client.json",
"$HOME/linkahead_client.json",
"$HOME/linkahead-client.json",
"$HOME/.linkahead_client.json",
"$HOME/.linkahead-client.json"
"caosdb_client.json",
"caosdb-client.json",
".caosdb_client.json",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment