Updated conf docs

This commit is contained in:
Viktor Klang 2009-12-09 20:57:04 +01:00
parent 33e7bc2f01
commit d73409f4e4

View file

@ -53,7 +53,7 @@
service = on
hostname = "localhost"
port = 9998
filters = "[se.scalablesolutions.akka.security.AkkaSecurityFilterFactory]" # List with all servlet filters to use
filters = "[se.scalablesolutions.akka.security.AkkaSecurityFilterFactory]" # List with all jersey filters to use
authenticator = "se.scalablesolutions.akka.security.samples.BasicAuthenticationService" # The authentication service to use
</rest>