1
0
Fork 0
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:
Daniel García 2018-09-28 13:46:13 +02:00
commit 9eaa9c1a17
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 6 additions and 4 deletions

3
.env
View file

@ -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