aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/codespace.config.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-02-08 17:16:29 +0000
committerGitHub <noreply@github.com>2021-02-08 17:16:29 +0000
commit838c7005d344549b1a37ef2cbc7ee4fb3fd28997 (patch)
treee44667ab9112c28ad6aa04c8b372b904485b704a /.devcontainer/codespace.config.php
parentb68ff8df64b17acdd0ce2b762f6064a80a70414e (diff)
downloadnextcloud-server-838c7005d344549b1a37ef2cbc7ee4fb3fd28997.tar.gz
nextcloud-server-838c7005d344549b1a37ef2cbc7ee4fb3fd28997.zip
Install more PHP modules by default
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.devcontainer/codespace.config.php')
-rw-r--r--.devcontainer/codespace.config.php3
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) {