summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config.php')
-rw-r--r--shared/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/config.php b/shared/config.php
index 4461c67..62a1c4d 100644
--- a/shared/config.php
+++ b/shared/config.php
@@ -1,6 +1,7 @@
<?php
// Default values are commented
// $title='Ingenue'; // Used in <title> and in emails
+$url='http://soc'; // The base address of the frontend installation
// $sqlhost='localhost'; // MySQL server
$sqluser='soc'; // MySQL username
$sqlpass='socpassword'; // MySQL password
@@ -24,6 +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)
-$frontend_location='http://soc'; // The base address of the frontend installation
$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
?>