🔧 sharry config

This commit is contained in:
auricom
2022-10-09 21:09:10 +02:00
parent 887123d3f4
commit b942ec38c8
2 changed files with 22 additions and 4 deletions

View File

@@ -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}>"
}
}
}
}