mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-01 02:46:37 +00:00
14 lines
415 B
Bash
14 lines
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"}
|