From 1314bde6ff38e736729801fbebad74e798045f50 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 5 Dec 2018 14:08:35 +0100 Subject: [PATCH] Fix memcached deployment --- config/keter_testworx.yml | 6 ++++++ config/keter_uni2work.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/config/keter_testworx.yml b/config/keter_testworx.yml index b67de9dc6..be7037613 100644 --- a/config/keter_testworx.yml +++ b/config/keter_testworx.yml @@ -47,6 +47,12 @@ stanzas: - SMTPTIMEOUT - SMTPLIMIT - INSTANCE_ID + - MEMCACHEDHOST + - MEMCACHEDPORT + - MEMCACHEDLIMIT + - MEMCACHEDTIMEOUT + - MEMCACHEDROOT + - MEMCACHEDEXPIRATION # 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 04c0a506b..873124070 100644 --- a/config/keter_uni2work.yml +++ b/config/keter_uni2work.yml @@ -46,6 +46,12 @@ stanzas: - SMTPTIMEOUT - SMTPLIMIT - INSTANCE_ID + - MEMCACHEDHOST + - MEMCACHEDPORT + - MEMCACHEDLIMIT + - MEMCACHEDTIMEOUT + - MEMCACHEDROOT + - MEMCACHEDEXPIRATION # Use the following to automatically copy your bundle upon creation via `yesod