Fixed './scripts/generate_config_with_secure_cookie.sh' - generated the wrong config.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
parent
51a218b87f
commit
0099146b79
1 changed files with 4 additions and 1 deletions
|
|
@ -50,9 +50,12 @@ include "akka-reference.conf"
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
remote {
|
remote {
|
||||||
secure-cookie = """")
|
netty {
|
||||||
|
secure-cookie = """")
|
||||||
print(Crypt.generateSecureCookie)
|
print(Crypt.generateSecureCookie)
|
||||||
print(""""
|
print(""""
|
||||||
|
require-cookie = on
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
""")
|
""")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue