fix some things, add some others
This commit is contained in:
@@ -15,17 +15,6 @@
|
||||
ROCKET_ADDRESS = "127.0.0.1";
|
||||
ROCKET_PORT = 8222;
|
||||
ROCKET_LOG = "critical";
|
||||
|
||||
# This example assumes a mailserver running on localhost,
|
||||
# thus without transport encryption.
|
||||
# If you use an external mail server, follow:
|
||||
# https://github.com/dani-garcia/vaultwarden/wiki/SMTP-configuration
|
||||
#SMTP_HOST = "127.0.0.1";
|
||||
#SMTP_PORT = 25;
|
||||
#SMTP_SSL = false;
|
||||
|
||||
#SMTP_FROM = "admin@bitwarden.example.com";
|
||||
#SMTP_FROM_NAME = "example.com Bitwarden server";
|
||||
};
|
||||
};
|
||||
services.caddy.virtualHosts."bitwarden.k3t.dev".extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user