Fix memcached deployment

This commit is contained in:
Gregor Kleen 2018-12-05 14:08:35 +01:00
parent ae04da3338
commit 1314bde6ff
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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