mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-02 06:20:33 +00:00
Add WEBSOCKET_ADDRESS config option (Fixes #199)
This commit is contained in:
parent
8ee681c4a3
commit
9eaa9c1a17
3 changed files with 6 additions and 4 deletions
3
.env
3
.env
|
@ -14,7 +14,8 @@
|
|||
# WEB_VAULT_FOLDER=web-vault/
|
||||
# WEB_VAULT_ENABLED=true
|
||||
|
||||
## Controls the WebSocket server port
|
||||
## Controls the WebSocket server address and port
|
||||
# WEBSOCKET_ADDRESS=0.0.0.0
|
||||
# WEBSOCKET_PORT=3012
|
||||
|
||||
## Controls if new users can register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue