From 983ace10be7c0fa11c432ce486f710876f02e3d7 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 13 May 2015 20:37:59 +0000 Subject: [PATCH] more tweaks to settle phabricator setup issues --- roles/phabricator/files/php.ini | 2 +- roles/phabricator/templates/local.json.j2 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/phabricator/files/php.ini b/roles/phabricator/files/php.ini index 6d4bfcd56d..e678102c6c 100644 --- a/roles/phabricator/files/php.ini +++ b/roles/phabricator/files/php.ini @@ -726,7 +726,7 @@ auto_globals_jit = On ; Maximum size of POST data that PHP will accept. ; http://www.php.net/manual/en/ini.core.php#ini.post-max-size -post_max_size = 8M +post_max_size = 32M ; Magic quotes are a preprocessing feature of PHP where PHP will attempt to ; escape any character sequences in GET, POST, COOKIE and ENV data which might diff --git a/roles/phabricator/templates/local.json.j2 b/roles/phabricator/templates/local.json.j2 index 1aa46c8d3a..cf937588f2 100644 --- a/roles/phabricator/templates/local.json.j2 +++ b/roles/phabricator/templates/local.json.j2 @@ -12,6 +12,7 @@ "phd.log-directory" : "/var/log/phabricator/", "phd.user" : "{{ phabricator_daemon_user }}", "storage.local-disk.path" : "{{ phabricator_filedir }}", + "repository.default-local-path" : "{{ phabricator_repodir }}", "environment.append-paths" : ["/usr/libexec/git-core/"], "diffusion.ssh-user" : "{{ phabricator_vcs_user }}", "welcome.html" : "{{ lookup("file", "phabricator-welcome.html") }}",