Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
13 Zeilen
415 B
Bash
13 Zeilen
415 B
Bash
# DATABASE_URL=data/db.sqlite3
|
|
# PRIVATE_RSA_KEY=data/private_rsa_key.der
|
|
# PUBLIC_RSA_KEY=data/public_rsa_key.der
|
|
# ICON_CACHE_FOLDER=data/icon_cache
|
|
# ATTACHMENTS_FOLDER=data/attachments
|
|
|
|
# true for yes, anything else for no
|
|
SIGNUPS_ALLOWED=true
|
|
|
|
# ROCKET_ENV=production
|
|
# ROCKET_ADDRESS=0.0.0.0 # Enable this to test mobile app
|
|
# ROCKET_PORT=8000
|
|
# ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"}
|