From e4f89f8f5061d24f664b29b62ae8a1c13927986c Mon Sep 17 00:00:00 2001 From: Ute Becker <ute.becker@ptb.de> Date: Tue, 30 Apr 2024 14:51:48 +0200 Subject: [PATCH] =?UTF-8?q?Ini-Datei=20f=C3=BCr=20Pfade=20etc.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tl.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tl.ini diff --git a/tl.ini b/tl.ini new file mode 100644 index 0000000..5a0a1bd --- /dev/null +++ b/tl.ini @@ -0,0 +1,18 @@ +[path] +path_ks=C:\\Users\\becker07\\kalibrierschein\\ks- +path_files=C:\\Users\\becker07\\python\\TL1\\ + + +[couch] +couch = http://a73434.berlin.ptb.de:5984 +db = vl_db + +[api] +API_HOST_URL = https://elabftw.ptb.de/api/v2 +API_KEY = Beispiel + + + + + + \ No newline at end of file -- GitLab