From 4282930f0838019a0bea2d0fed1045e5c6c729d9 Mon Sep 17 00:00:00 2001 From: weslambert Date: Thu, 30 Jul 2020 10:26:49 -0400 Subject: [PATCH] Update cortex-application.conf --- salt/thehive/etc/cortex-application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/thehive/etc/cortex-application.conf b/salt/thehive/etc/cortex-application.conf index c8e96ee3e..c7e52d954 100644 --- a/salt/thehive/etc/cortex-application.conf +++ b/salt/thehive/etc/cortex-application.conf @@ -4,7 +4,7 @@ # Secret Key # The secret key is used to secure cryptographic functions. # WARNING: If you deploy your application on several servers, make sure to use the same key. -play.http.secret.key="letsdewdis" +play.http.secret.key="{{ CORTEXPLAYSECRET }}" play.http.context=/cortex/ search.uri = "http://{{ MANAGERIP }}:9400"