Initial commit

This commit is contained in:
Gitea
2025-08-14 12:20:46 +02:00
commit 7384eeb2f0
290 changed files with 614128 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
#
# $Id: thetya-server 2020-11-16 12:37 micha $
#
# Configuration for Three Rings services
#
# Max subsequent failed logins for an IP address to perform
throttle.ip.maxlogins = 3
#
# The time period after which the throttle allows the IP address
# to log on again (in milliseconds)
throttle.ip.timeout = 120000
#
# Max subsequent failed logins for a given username to perform
throttle.user.maxlogins = 5
#
# The time period after which the throttle allows the given username
# to log on again (in milliseconds)
throttle.user.timeout = 120000
#
# Mail configuration for the invitation service. Leave username and
# password empty if you're testing on localhost and authentication is not required.
smtp.host = localhost
smtp.username =
smtp.password =