vaultwarden binds to 0.0.0.0:8222
This commit is contained in:
parent
4175e55cc6
commit
81c4dbc1f0
1 changed files with 2 additions and 2 deletions
|
|
@ -25,12 +25,12 @@ in
|
||||||
|
|
||||||
SMTP_FROM = "vaultwarden@${domain}";
|
SMTP_FROM = "vaultwarden@${domain}";
|
||||||
SMTP_FROM_NAME = "${domain} Vaultwarden server";
|
SMTP_FROM_NAME = "${domain} Vaultwarden server";
|
||||||
SMTP_HOST = "mail@${domain}";
|
SMTP_HOST = constants.hosts.sid.ip;
|
||||||
SMTP_PORT = 587;
|
SMTP_PORT = 587;
|
||||||
SMTP_SECURITY = "starttls";
|
SMTP_SECURITY = "starttls";
|
||||||
SMTP_USERNAME = "vaultwarden@${domain}";
|
SMTP_USERNAME = "vaultwarden@${domain}";
|
||||||
|
|
||||||
ROCKET_ADDRESS = "127.0.0.1";
|
ROCKET_ADDRESS = "0.0.0.0";
|
||||||
ROCKET_PORT = port;
|
ROCKET_PORT = port;
|
||||||
ROCKET_LOG = "critical";
|
ROCKET_LOG = "critical";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue