diff --git a/conf/bitwarden_rs.env b/conf/bitwarden_rs.env index e260f40..6d90dae 100644 --- a/conf/bitwarden_rs.env +++ b/conf/bitwarden_rs.env @@ -173,7 +173,7 @@ DOMAIN=https://__DOMAIN__ ## Rocket specific settings, check Rocket documentation to learn more # ROCKET_ENV=staging -ROCKET_ADDRESS=127.0.0.1 # Enable this to test mobile app +ROCKET_ADDRESS=127.0.0.1 ROCKET_PORT=__ROCKET_PORT__ # ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"} ROCKET_WORKERS=1