From: sascha.strassheim Date: Fri, 18 May 2018 12:38:50 +0000 (+0200) Subject: fbb-api dev env install redis X-Git-Tag: v0.1.0~993 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=132308ae2614975dee524074245d1827d41de878;p=pixelpark%2Fhiera.git fbb-api dev env install redis --- diff --git a/customer/fbb-passngr/development.yaml b/customer/fbb-passngr/development.yaml index 40c923e2..23bbaeec 100644 --- a/customer/fbb-passngr/development.yaml +++ b/customer/fbb-passngr/development.yaml @@ -27,6 +27,7 @@ sudo::configs: infra::additional_classes: - infra::profile::apache_php + - redis repo::remi_php72: true @@ -38,6 +39,7 @@ php::extensions: zip: {} xml: {} json: {} + pdo: {} php::settings: PHP/memory_limit: 320M @@ -58,4 +60,9 @@ infra::profile::apache_php::fpm_pool: listen_group: apache pm_max_children: 20 +redis::bind: 0.0.0.0 +redis::manage_repo: true +redis::timeout: 30 +redis::maxmemory: 3gb + apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH'