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