From fe4f527daa9180975b9ff9a58a180c11c2f54497 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 30 Mar 2023 07:16:14 +0200 Subject: [PATCH] add example how the credentials look like --- tests/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/README.md b/tests/README.md index c6d654f..2d9ca1e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -3,3 +3,8 @@ URL is the base url of the restapi service. AUTH are the credentials as pass in http header Authorization. It can be ab basic authentication, a papeerless or a regular SeedDMS token. +Example: + + URL="http://my.seeddms.org/restapi/index.php" + AUTH="my api key" +