From fbb91c2e38d44f5603107c0ebca6bc3fa6b3e14a Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 18 Jun 2018 17:54:06 +0200 Subject: [PATCH] fbb-api - replace mysql with mysqlnd --- customer/fbb-api/production.yaml | 2 +- customer/fbb-api/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/fbb-api/production.yaml b/customer/fbb-api/production.yaml index e90f6333..956549b4 100644 --- a/customer/fbb-api/production.yaml +++ b/customer/fbb-api/production.yaml @@ -37,7 +37,7 @@ php::extensions: json: {} pdo: {} redis: {} - mysql: {} + mysqlnd: {} php::settings: PHP/memory_limit: 320M diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml index e651d2b4..6ce6a590 100644 --- a/customer/fbb-api/test.yaml +++ b/customer/fbb-api/test.yaml @@ -55,7 +55,7 @@ php::extensions: json: {} pdo: {} redis: {} - mysql: {} + mysqlnd: {} php::settings: PHP/memory_limit: 320M -- 2.39.5