diff options
Diffstat (limited to '.devcontainer/codespace.config.php')
-rw-r--r-- | .devcontainer/codespace.config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/codespace.config.php b/.devcontainer/codespace.config.php index 6908aa8475f..2cf435582ed 100644 --- a/.devcontainer/codespace.config.php +++ b/.devcontainer/codespace.config.php @@ -8,7 +8,8 @@ $CONFIG = [ 'mail_sendmailmode' => 'smtp', 'mail_domain' => 'example.com', 'mail_smtphost' => 'localhost', - 'mail_smtpport' => '1025' + 'mail_smtpport' => '1025', + 'memcache.local' => '\OC\Memcache\APCu', ]; if($cloudEnvironmentId !== true) { |