From 3671f88a52553b550f32b5244761c41eab0482e6 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 11 Feb 2011 16:12:24 -0800 Subject: [PATCH] Minor conf tweaks. Summary: Test Plan: Reviewers: CC: --- conf/default.conf.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/default.conf.php b/conf/default.conf.php index 8af6ee9a5a..d3f730f8c8 100644 --- a/conf/default.conf.php +++ b/conf/default.conf.php @@ -27,7 +27,7 @@ return array( // but make sure you specify 'https' if you have HTTPS configured. 'phabricator.conduit-uri' => null, - + // The default PHID for users who haven't uploaded a profile image. It should // be 50x50px. 'user.default-profile-image-phid' => 'PHID-FILE-f57aaefce707fc4060ef', @@ -100,20 +100,20 @@ return array( // The MySQL server to connect to. 'mysql.host' => 'localhost', - + // -- Email ----------------------------------------------------------------- // // Some Phabricator tools send email notifications, e.g. when Differential // revisions are updated or Maniphest tasks are changed. These options allow // you to configure how email is delivered. - + // You can test your mail setup by going to "MetaMTA" in the web interface, - // clicking "Send New Message", and then composing a message. + // clicking "Send New Message", and then composing a message. // Default address to send mail "From". 'metamta.default-address' => 'noreply@example.com', - + // When a user takes an action which generates an email notification (like // commenting on a Differential revision), Phabricator can either send that // mail "From" the user's email address (like "alincoln@logcabin.com") or