We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bbf5e commit f51e7edCopy full SHA for f51e7ed
custom/conf/app.ini.sample
@@ -662,11 +662,12 @@ sv-SE = sv
662
ko-KR = ko
663
664
[U2F]
665
+; NOTE: THE DEFAULT VALUES HERE WILL NEED TO BE CHANGED
666
; Two Factor authentication with security keys
667
; https://developers.yubico.com/U2F/App_ID.html
-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/
+;APP_ID = http://localhost:3000/
+; Comma seperated list of trusted facets
670
+;TRUSTED_FACETS = http://localhost:3000/
671
672
; Extension mapping to highlight class
673
; e.g. .toml=ini
0 commit comments