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!
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -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",
Loading