From 5c86877c6440661874ba5a141a48898fa85e5e15 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Thu, 7 Feb 2019 08:48:41 -0600 Subject: [PATCH] Update U2F section defaults Signed-off-by: jolheiser --- custom/conf/app.ini.sample | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 126f2a8485f6..8a25c6610799 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -662,11 +662,12 @@ sv-SE = sv ko-KR = ko [U2F] +; NOTE: THE DEFAULT VALUES HERE WILL NEED TO BE CHANGED ; Two Factor authentication with security keys ; https://developers.yubico.com/U2F/App_ID.html -APP_ID = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/ -; Comma seperated list of truisted facets -TRUSTED_FACETS = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/ +;APP_ID = http://localhost:3000/ +; Comma seperated list of trusted facets +;TRUSTED_FACETS = http://localhost:3000/ ; Extension mapping to highlight class ; e.g. .toml=ini