summarylogtreecommitdiffstats
path: root/bitwarden_rs.env
diff options
context:
space:
mode:
Diffstat (limited to 'bitwarden_rs.env')
-rw-r--r--bitwarden_rs.env23
1 files changed, 23 insertions, 0 deletions
diff --git a/bitwarden_rs.env b/bitwarden_rs.env
new file mode 100644
index 000000000000..ca04a2544ad2
--- /dev/null
+++ b/bitwarden_rs.env
@@ -0,0 +1,23 @@
+# Environment-variables to configure bitwarden_rs
+
+# --- Bitwarden config
+
+# DATA_FOLDER = data
+# RSA_KEY_FILENAME = data/rsa_key
+# DATABASE_URL = data/db.sqlite3
+# ICON_CACHE_FOLDER = data/icon_cache
+# ATTACHMENTS_FOLDER = data/attachments
+# LOCAL_ICON_EXTRACTOR = false
+# SIGNUPS_ALLOWED = true
+# PASSWORD_ITERATIONS = 100000
+
+# --- Web-Vault-config
+
+# Web-Vault can not be enabled because of missing files.
+WEB_VAULT_ENABLED = false
+# WEB_VAULT_FOLDER = web-vault/
+
+# --- Rocket-config
+# ROCKET_PORT = 8000
+# ROCKET_LISTEN = localhost
+# ... See https://api.rocket.rs/rocket/config/index.html for more options, e.g. TLS.