loki: stalwart: formatting
This commit is contained in:
parent
ef8c6854f4
commit
a64bc12cf1
2 changed files with 19 additions and 20 deletions
|
@ -92,31 +92,31 @@ in {
|
|||
# default-language = "en";
|
||||
# };
|
||||
# };
|
||||
# store = {
|
||||
# postgresql = {
|
||||
# # Specifies the database type, set to "postgresql" for PostgreSQL.
|
||||
# type = "postgresql";
|
||||
# store = {
|
||||
# postgresql = {
|
||||
# # Specifies the database type, set to "postgresql" for PostgreSQL.
|
||||
# type = "postgresql";
|
||||
|
||||
# # The hostname or IP address of the PostgreSQL server.
|
||||
# host = "localhost";
|
||||
# # The hostname or IP address of the PostgreSQL server.
|
||||
# host = "localhost";
|
||||
|
||||
# # Port PostgreSQL runs on. Defaults to 5432.
|
||||
# port = "5432";
|
||||
# # Port PostgreSQL runs on. Defaults to 5432.
|
||||
# port = "5432";
|
||||
|
||||
# # Name of the database to connect to.
|
||||
# # TODO: add this to PostgreSQL.
|
||||
# database = "stalwart";
|
||||
# # Name of the database to connect to.
|
||||
# # TODO: add this to PostgreSQL.
|
||||
# database = "stalwart";
|
||||
|
||||
# # The username used for authentication with the PostgreSQL server.
|
||||
# # TODO: add this to PostgreSQL.
|
||||
# user = "stalwart";
|
||||
# # The username used for authentication with the PostgreSQL server.
|
||||
# # TODO: add this to PostgreSQL.
|
||||
# user = "stalwart";
|
||||
|
||||
# password = "";
|
||||
# password = "";
|
||||
|
||||
# # Enable TLS
|
||||
# tls.enable = true;
|
||||
# };
|
||||
# };
|
||||
# # Enable TLS
|
||||
# tls.enable = true;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
services.nginx = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue