Browse Source

Add documentation to env template

pull/4168/head
Philipp Kolberg 2 years ago
parent
commit
c52ffc70ea
No known key found for this signature in database GPG Key ID: 4C58CB0448FF9061
  1. 12
      .env.template

12
.env.template

@ -390,6 +390,18 @@
## In any case, if a code has been used it can not be used again, also codes which predates it will be invalid. ## In any case, if a code has been used it can not be used again, also codes which predates it will be invalid.
# AUTHENTICATOR_DISABLE_TIME_DRIFT=false # AUTHENTICATOR_DISABLE_TIME_DRIFT=false
## Client Settings
## En- or disable experimental feature flags for clients.
## This is a comma-separated list of flags, e.g. "flag1,flag2,^flag3".
## To disable a feature prepend a caret (^) to the flag name.
##
## The following flags are available:
## - "autofill-overlay": Add an overlay menu to form fields for quick access to credentials.
## - "autofill-v2": Use the new autofill implementation.
## - "browser-fileless-import": Directly import credentials from other providers without a file.
## - "fido2-vault-credentials": Enable the use of FIDO2 security keys as second factor.
## EXPERIMENTAL_CLIENT_FEATURE_FLAGS=^autofill-v2,fido2-vault-credentials
## Rocket specific settings ## Rocket specific settings
## See https://rocket.rs/v0.4/guide/configuration/ for more details. ## See https://rocket.rs/v0.4/guide/configuration/ for more details.
# ROCKET_ADDRESS=0.0.0.0 # ROCKET_ADDRESS=0.0.0.0

Loading…
Cancel
Save