srfsh.xml tweaks
authorphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 23 Jan 2009 21:36:56 +0000 (21:36 +0000)
committerphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 23 Jan 2009 21:36:56 +0000 (21:36 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1637 9efc2488-bf62-4759-914b-345cdb29e865

README
examples/srfsh.xml.example

diff --git a/README b/README
index 280ee70..692691f 100644 (file)
--- a/README
+++ b/README
@@ -191,8 +191,8 @@ There are two critical files that you must update to make OpenSRF work.
 You should also create a .srfsh.xml file in the home directory of each user
 that you want to enable to use the srfsh to communicate with OpenSRF services.
 
-Copy <SYSCONFDIR>/srfsh.xml to ~/.srfsh.xml and update the username and
-password values with the Jabber "opensrf" user credentials.
+Copy <SYSCONFDIR>/srfsh.xml.example to ~/.srfsh.xml and update the password 
+to match the one for your Jabber "opensrf" with the private.localhost domain.
 
 Starting and stopping OpenSRF services:
 ======================================
index e8dd6be..7bed8c4 100644 (file)
@@ -2,8 +2,8 @@
 <!-- This file follows the standard bootstrap config file layout found in opensrf_core.xml -->
 <srfsh>
   <router_name>router</router_name>
-  <domain>localhost</domain>
-  <username>myusername</username>
+  <domain>private.localhost</domain>
+  <username>opensrf</username>
   <passwd>mypassword</passwd>
   <port>5222</port>
   <logfile>LOCALSTATEDIR/log/srfsh.log</logfile>