From cb847c8a7b2ffdb19026cdf66ab79826555f07f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 19 Mar 2025 17:38:37 +0100 Subject: [PATCH] FIX: documentation, config file must start with a dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bc1ebe..cc0f88f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ using all default names for the required entities. Note that you can adjust names of Recordtypes and Properties that are used. If you want to do this, you need to -1. Create a configuration file for `loanpy`. Place a `~/linkahead_loan.ini` in +1. Create a configuration file for `loanpy`. Place a `~/.linkahead_loan.ini` in the sss home directory (`caosdb-server/scripting/home`) and add those keys, that you want to change. Check out the available options in the default file `loanpy/src/loan/default_config.ini`. -- GitLab