summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-07-06 21:30:44 -0400
committerEudyptula <eitan@mosenkis.net>2009-07-06 21:30:44 -0400
commit9d6006fed8317ffd3b08eaf5e10236e0f0039763 (patch)
tree0e1eed39dc6350e324410a6531489f4793d20040 /shared
parentStored all data from Packages files in the db to allow frontend/backend separ... (diff)
downloadingenue-9d6006fed8317ffd3b08eaf5e10236e0f0039763.tar.gz
ingenue-9d6006fed8317ffd3b08eaf5e10236e0f0039763.tar.bz2
ingenue-9d6006fed8317ffd3b08eaf5e10236e0f0039763.zip
Last changes for multiple backends to be (theoretically) possible
Diffstat (limited to 'shared')
-rw-r--r--shared/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/config.php b/shared/config.php
index ecf22fc..d48d17e 100644
--- a/shared/config.php
+++ b/shared/config.php
@@ -20,5 +20,5 @@ $conf['portdir']='/usr/portage'; // The directory conatining the portage tree to
$conf['logview_max']=1000; // The maximum number of log entries shown on one page (1000 is a good start)
$conf['split_setup']=true; // Whether the frontend and backend are running on different hosts
$conf['frontend_location']='http://soc'; // The base address of the frontend installation (for use by the backend)
-$conf['backend_name']='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
+$conf['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
?>