Skip to content

Commit f51e7ed

Browse files
jolheisertechknowlogick
authored andcommitted
Update U2F section defaults (#5994)
Signed-off-by: jolheiser <[email protected]>
1 parent 01bbf5e commit f51e7ed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

custom/conf/app.ini.sample

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -662,11 +662,12 @@ sv-SE = sv
662662
ko-KR = ko
663663

664664
[U2F]
665+
; NOTE: THE DEFAULT VALUES HERE WILL NEED TO BE CHANGED
665666
; Two Factor authentication with security keys
666667
; https://developers.yubico.com/U2F/App_ID.html
667-
APP_ID = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
668-
; Comma seperated list of truisted facets
669-
TRUSTED_FACETS = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
668+
;APP_ID = http://localhost:3000/
669+
; Comma seperated list of trusted facets
670+
;TRUSTED_FACETS = http://localhost:3000/
670671

671672
; Extension mapping to highlight class
672673
; e.g. .toml=ini

0 commit comments

Comments
 (0)