diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-02-07 09:47:40 -0600 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-07 10:47:40 -0500 |
commit | f51e7ed18e1aa2e8a883d6851f123756a7bc9a16 (patch) | |
tree | 39bcf7f49694ed07e3b4e11d27c74358ecef2170 /custom | |
parent | 01bbf5ea6940a1dc3793aaae2db2d85b1769432c (diff) | |
download | gitea-f51e7ed18e1aa2e8a883d6851f123756a7bc9a16.tar.gz gitea-f51e7ed18e1aa2e8a883d6851f123756a7bc9a16.zip |
Update U2F section defaults (#5994)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 126f2a8485..8a25c66107 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 |