blob: 6d9d3e43bb01c395bf348bb228794342b5e7b77f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/gentoobrowse/config/ice.properties b/gentoobrowse/config/ice.properties
index dc0baab5..d671feb4 100644
--- a/gentoobrowse/config/ice.properties
+++ b/gentoobrowse/config/ice.properties
@@ -1,5 +1,5 @@
-Gentoo.Portage = portage:tcp -h localhost -p 9001
-Gentoo.Users = users:tcp -h localhost -p 9001
+Gentoo.Portage = portage:tcp -h defiant -p 9001:tcp -h firebrand -p 9001
+Gentoo.Users = users:tcp -h firebrand -p 9001
IceSpider.SessionManager = IceSpider-FileSessions
-IceSpider.FileSessions.Path = /var/tmp/icespider-sessions/gentoobrowse
+IceSpider.FileSessions.Path = /var/www/shared/sessions/gentoobrowse
Ice.ThreadPool.Client.SizeMax = 20
|