mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔧 sharry config
This commit is contained in:
@@ -4,6 +4,11 @@ sharry.restserver {
|
||||
address = "0.0.0.0"
|
||||
port =9090
|
||||
}
|
||||
# Configures logging
|
||||
logging {
|
||||
format = "Fancy"
|
||||
minimum-level = "Info"
|
||||
}
|
||||
backend {
|
||||
auth {
|
||||
fixed.enabled = false
|
||||
@@ -78,5 +83,18 @@ sharry.restserver {
|
||||
invite-time = "14 days"
|
||||
invite-password = "generate-invite"
|
||||
}
|
||||
mail {
|
||||
enabled = true
|
||||
smtp {
|
||||
host = "smtp-relay.default.svc.cluster.local."
|
||||
port = 2525
|
||||
user = ""
|
||||
password = ""
|
||||
|
||||
ssl-type = "none"
|
||||
|
||||
default-from = "Sharry <sharry@${SECRET_DOMAIN}>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user