summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config.php')
-rw-r--r--shared/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/config.php b/shared/config.php
index 62a1c4d..9270d2d 100644
--- a/shared/config.php
+++ b/shared/config.php
@@ -15,7 +15,7 @@ $debug=true; // Whether to print debugging information
// $timezone_root='/usr/share/zoneinfo'; // Directory to search for timezone data (sys-libs/timezone-data)
$emailfrom='noreply@gentoo.org'; // Used as the From: field in emails
$check_email_dns=true; // Use DNS to check the domain of submitted emails for validity
-$split_setup=true; // Whether the frontend and backend are running on different hosts
+// $split_setup=true; // Whether the frontend and backend are running on different hosts
// Frontend options:
// $registration=false; // Whether users can create new accounts without an invite
// $invite='admin'; // Who can use the invite function: true or 'user'=users; admin=admins; false=nobody
@@ -25,5 +25,5 @@ $split_setup=true; // Whether the frontend and backend are running on different
$pkgdir_root='/home/eitan/soc/tinderbox'; // The directory to recursively search for pkgdirs (Backend only)
// $emerge_default_opts='-v --color=y'; // Options to add to all emerge commands
// $portdir='/usr/portage'; // The directory conatining the portage tree to use (/usr/portage unless you have a reason to think otherwise)
-$backend_id='red'; // A name or other way of identifying this backend as opposed to other backends working for the same frontend TODO use gethostname() by default in 5.3.0
+$backend_id='red'; // A name or other way of identifying this backend as opposed to other backends working for the same frontend
?>