From e5876af9e6fe4a49c0c080bd6b5b3d79fc90ecfa Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Thu, 21 Oct 2021 10:50:37 +0200 Subject: [PATCH] added required U2F settings --- app.example.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app.example.ini b/app.example.ini index 99d5741..6f561f1 100644 --- a/app.example.ini +++ b/app.example.ini @@ -100,8 +100,9 @@ LANGS = en-US NAMES = English [U2F] -APP_ID = https://git.example.com -ROOT_URL = https://git.example.com +APP_ID = https://git.example.com +ROOT_URL = https://git.example.com +TRUSTED_FACETS = https://git.example.com [federation] ENABLED = false