From 3e1d1d46d15a6374f133e5e1809f3492bb9e2259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 22 Apr 2024 23:38:42 +0200 Subject: [PATCH] [add] Beispiel-Konfiguration --- misc/conf-example.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 misc/conf-example.json diff --git a/misc/conf-example.json b/misc/conf-example.json new file mode 100644 index 0000000..5eb6264 --- /dev/null +++ b/misc/conf-example.json @@ -0,0 +1,8 @@ +{ + "backend": { + "scheme": "http", + "host": "localhost", + "port": 7979, + "path_base": "" + } +}