From: Thomas Dalichow Date: Mon, 18 Jun 2018 15:54:06 +0000 (+0200) Subject: fbb-api - replace mysql with mysqlnd X-Git-Tag: v0.1.0~794 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=fbb91c2e38d44f5603107c0ebca6bc3fa6b3e14a;p=pixelpark%2Fhiera.git fbb-api - replace mysql with mysqlnd --- 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