Skip to main content
summaryrefslogtreecommitdiffstats
blob: d527a246dcfb0d2674429c855cf536b48eeca5c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Service
acceptor.listenAddr=0.0.0.0
acceptor.listenPort=2036

# Authentication
passiveNegotiator.algorithmName=PBEWithMD5AndDES
passiveNegotiator.tokenLength=128
auth.users.file=plugin:/META-INF/auth.users

# Internal
randomizer.algorithm=SHA1PRNG
bufferPool.bufferSize=4096
channel.responseTimeoutMillis=2000
connectionManager.maxConnections=50

Back to the top