blob: d32dd763d522d39cbf69c2e1c560eadc6c870cd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
Ice.ThreadPool.Client.SizeMax = 20
|