From 2e4d06ee608b2d2f59c251ad246032335c9624e4 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 26 Sep 2024 19:01:28 +0200 Subject: [PATCH] [mod] conf --- conf/example.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/example.json b/conf/example.json index ad0cd5a..8b11f0f 100644 --- a/conf/example.json +++ b/conf/example.json @@ -1,9 +1,12 @@ { "version": 1, "backend": { - "scheme": "https", - "host": "zeitbild.linke.sx", - "port": 443, + "scheme": "http", + "host": "localhost", + "port": 7845, "path": "" + }, + "misc": { + "oidc_redirect_uri_template": "http://localhost:8888/#oidc_finish,session_key={{session_key}}" } }