29 lines
754 B
Properties
29 lines
754 B
Properties
#
|
|
# $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 = |