Tweaking akka-reference.conf
This commit is contained in:
parent
01c4e51388
commit
f82d25d998
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<log>
|
||||
filename = "./logs/akka.log"
|
||||
roll = "daily" # Options: never, hourly, daily, sunday/monday/...
|
||||
level = "debug" # Options: fatal, critical, error, warning, info, debug, trace
|
||||
level = "trace" # Options: fatal, critical, error, warning, info, debug, trace
|
||||
console = on
|
||||
# syslog_host = ""
|
||||
# syslog_server_name = ""
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
hostname = "localhost"
|
||||
port = 9998
|
||||
filters = ["se.scalablesolutions.akka.security.AkkaSecurityFilterFactory"] # List with all jersey filters to use
|
||||
resource_packages = ["sample.rest.scala","ample.rest.java"] # List with all resource packages for your Jersey services
|
||||
resource_packages = ["sample.rest.scala","sample.rest.java"] # List with all resource packages for your Jersey services
|
||||
authenticator = "sample.security.BasicAuthenticationService" # The authentication service to use. Need to be overridden (uses sample now)
|
||||
|
||||
#IF you are using a KerberosAuthenticationActor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue