Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 19955f023cc312478d13436aaa2eaf779c4aa6f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Service
acceptor.listenAddr=0.0.0.0
acceptor.listenPort=2036

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

# Internal
connectionManager.maxConnections=50

Back to the top