From 40c621d23b1c8c8c8fe1f8d74d15ba4f14743f2e Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Tue, 22 May 2018 10:38:06 +0200 Subject: [PATCH] fbb-api prod + tst php-mysql --- customer/fbb-passngr/production.yaml | 3 ++- customer/fbb-passngr/test.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/customer/fbb-passngr/production.yaml b/customer/fbb-passngr/production.yaml index a45d9686..efbf9727 100644 --- a/customer/fbb-passngr/production.yaml +++ b/customer/fbb-passngr/production.yaml @@ -24,7 +24,8 @@ php::extensions: xml: {} json: {} pdo: {} - redis: {} + redis: {} + mysql: {} php::settings: PHP/memory_limit: 320M diff --git a/customer/fbb-passngr/test.yaml b/customer/fbb-passngr/test.yaml index 89360ff3..9690c373 100644 --- a/customer/fbb-passngr/test.yaml +++ b/customer/fbb-passngr/test.yaml @@ -39,7 +39,8 @@ php::extensions: xml: {} json: {} pdo: {} - redis: {} + redis: {} + mysql: {} php::settings: PHP/memory_limit: 320M -- 2.39.5