Initial commit
This commit is contained in:
29
rsrc/threerings.properties
Normal file
29
rsrc/threerings.properties
Normal 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 =
|
||||
Reference in New Issue
Block a user