From 427e9f4c4621a81b346b224bee3c4c384cc4727f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 2 Aug 2018 21:13:45 +0200 Subject: [PATCH] Allow taking logged ip from header in deployments --- config/keter_testworx.yml | 1 + config/keter_uni2work.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/keter_testworx.yml b/config/keter_testworx.yml index 0695438b8..102573866 100644 --- a/config/keter_testworx.yml +++ b/config/keter_testworx.yml @@ -33,6 +33,7 @@ stanzas: - LOG_ALL - PWFILE - CRYPTOID_KEYFILE + - IP_FROM_HEADER # Use the following to automatically copy your bundle upon creation via `yesod # keter`. Uses `scp` internally, so you can set it to a remote destination diff --git a/config/keter_uni2work.yml b/config/keter_uni2work.yml index 5bbb73664..aefd5a30a 100644 --- a/config/keter_uni2work.yml +++ b/config/keter_uni2work.yml @@ -32,6 +32,7 @@ stanzas: - LOG_ALL - PWFILE - CRYPTOID_KEYFILE + - IP_FROM_HEADER # Use the following to automatically copy your bundle upon creation via `yesod # keter`. Uses `scp` internally, so you can set it to a remote destination