Removed reflective coupling to akka cloud
This commit is contained in:
parent
1ee3a54372
commit
ada24c7cf5
8 changed files with 33 additions and 99 deletions
|
|
@ -8,7 +8,7 @@
|
|||
akka {
|
||||
version = "1.0-SNAPSHOT" # Akka version, checked against the runtime version of Akka.
|
||||
|
||||
enabled-modules = [] # Comma separated list of the enabled modules. Options: ["remote", "remote.ssl", "camel", "http"]
|
||||
enabled-modules = [] # Comma separated list of the enabled modules. Options: ["remote", "camel", "http"]
|
||||
|
||||
time-unit = "seconds" # Time unit for all timeout properties throughout the config
|
||||
|
||||
|
|
@ -117,22 +117,6 @@ akka {
|
|||
compression-scheme = "zlib" # Options: "zlib" (lzf to come), leave out for no compression
|
||||
zlib-compression-level = 6 # Options: 0-9 (1 being fastest and 9 being the most compressed), default is 6
|
||||
|
||||
ssl {
|
||||
service = off # NOTE: This feature is not deemed production ready and is not possible to turn on yet
|
||||
|
||||
# You can either use java command-line options or use the settings below
|
||||
|
||||
#key-store-type = "pkcs12" # Same as -Djavax.net.ssl.keyStoreType=pkcs12
|
||||
#key-store = "yourcertificate.p12" # Same as -Djavax.net.ssl.keyStore=yourcertificate.p12
|
||||
#key-store-pass = "$PASS" # Same as -Djavax.net.ssl.keyStorePassword=$PASS
|
||||
|
||||
#trust-store-type = "jks" # Same as -Djavax.net.ssl.trustStoreType=jks
|
||||
#trust-store = "your.keystore" # Same as -Djavax.net.ssl.trustStore=your.keystore
|
||||
#trust-store-pass = "$PASS" # Same as -Djavax.net.ssl.trustStorePassword=$PASS
|
||||
|
||||
debug = off # This can be useful for debugging. If on, very verbose debug, same as -Djavax.net.debug=ssl
|
||||
}
|
||||
|
||||
server {
|
||||
hostname = "localhost" # The hostname or IP that clients should connect to
|
||||
port = 2552 # The port clients should connect to. Default is 2552 (AKKA)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue