From 8de1a4e09efd294b37e7894289c32c487d833065 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Mon, 30 May 2016 12:31:38 +0200 Subject: [PATCH] changed conf --- customer/bkk-vbu/common.yaml | 27 +++++++++++++------ ...1-meine-krankenkasse-de.pixelpark.net.yaml | 2 +- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/customer/bkk-vbu/common.yaml b/customer/bkk-vbu/common.yaml index b1cd8160..dbcde39d 100644 --- a/customer/bkk-vbu/common.yaml +++ b/customer/bkk-vbu/common.yaml @@ -59,11 +59,22 @@ php::extensions: xdebug.remote_enable: 1 zend: true -php_admin_value: - always_populate_raw_post_data: -1 - PHP/upload_max_filesize: 100M - PHP/post_max_size: 100M - PHP/max_execution_time: '240' - PHP/max_input_vars: '1500' - PHP/memory_limit: '256M' - PHP/cgi.fix_pathinfo: 0 +site::profile::typo3::projects: + web01: + php_admin_value: + always_populate_raw_post_data: -1 + PHP/upload_max_filesize: 100M + PHP/post_max_size: 100M + PHP/max_execution_time: '240' + PHP/max_input_vars: '1500' + PHP/memory_limit: '256M' + PHP/cgi.fix_pathinfo: 0 + cms01: + php_admin_value: + always_populate_raw_post_data: -1 + PHP/upload_max_filesize: 100M + PHP/post_max_size: 100M + PHP/max_execution_time: '240' + PHP/max_input_vars: '1500' + PHP/memory_limit: '256M' + PHP/cgi.fix_pathinfo: 0php_admin_value: diff --git a/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml b/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml index f71a1bc0..6dd3ae4d 100644 --- a/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml +++ b/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml @@ -8,7 +8,7 @@ site::profile::mysql_server::databases: password: '5PQQ3NC55JFP' cms: user: cms - password: 'BDoSbnPto4HF' + password: 'BDoSbnPto4HF' member: user: member password: 'Mh2yKtufEWN3' -- 2.39.5