migrated over to ScalaTest 1.0
This commit is contained in:
parent
d7a1944cc5
commit
77909249b2
17 changed files with 196 additions and 351 deletions
|
|
@ -36,14 +36,6 @@
|
|||
distributed = off # not implemented yet
|
||||
</stm>
|
||||
|
||||
<rest>
|
||||
service = on
|
||||
hostname = "localhost"
|
||||
port = 9998
|
||||
filters = "se.scalablesolutions.akka.security.AkkaSecurityFilterFactory"
|
||||
authenticator = "se.scalablesolutions.akka.security.samples.BasicAuthenticationService"
|
||||
</rest>
|
||||
|
||||
<remote>
|
||||
<server>
|
||||
service = on
|
||||
|
|
@ -57,6 +49,14 @@
|
|||
<client>
|
||||
</remote>
|
||||
|
||||
<rest>
|
||||
service = on
|
||||
hostname = "localhost"
|
||||
port = 9998
|
||||
filters = "se.scalablesolutions.akka.security.AkkaSecurityFilterFactory"
|
||||
authenticator = "se.scalablesolutions.akka.security.samples.BasicAuthenticationService"
|
||||
</rest>
|
||||
|
||||
<storage>
|
||||
<cassandra>
|
||||
hostname = "127.0.0.1" # IP address or hostname of one of the Cassandra cluster's seeds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue