Typo broke auth
This commit is contained in:
parent
72d5c31bdf
commit
45f85535b3
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
service = on
|
||||
hostname = "localhost"
|
||||
port = 9998
|
||||
filters = "[se.scalablesolutions.akka.security.AkkaSecurityFilterFactory]" # List with all jersey 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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue