From 737d4b5f2cd152739a0f9358dbbca45272b1a23c Mon Sep 17 00:00:00 2001 From: Mikhail Bragin Date: Fri, 3 Sep 2021 11:07:13 +0200 Subject: [PATCH] Update config.json --- infrastructure_files/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure_files/config.json b/infrastructure_files/config.json index 4ef87bff3..8d53d1ea0 100644 --- a/infrastructure_files/config.json +++ b/infrastructure_files/config.json @@ -25,9 +25,9 @@ "HttpConfig": { "LetsEncryptDomain": "", "Address": "0.0.0.0:3000", - "AuthIssuer": "", - "AuthAudience": "", - "AuthKeysLocation": "", - "UIFilesLocation": "/var/lib/wiretrustee/ui/" + "AuthDomain": "", + "AuthClientId": "", + "AuthClientSecret": "", + "AuthCallback": "http://localhost:3000/callback" } -} \ No newline at end of file +}