Revision: 18435
Author:   aschrijvers
Date:     2009-06-08 16:31:08 +0200 (Mon, 08 Jun 2009)
Log Message:
-----------
HSTTWODOCS-87 removed passwords

Modified Paths:
--------------
    
hippo-documentation/hst_docs/trunk/site/src/main/webapp/WEB-INF/hst-config.properties

Added Paths:
-----------
    hippo-documentation/hst_docs/trunk/README

Added: hippo-documentation/hst_docs/trunk/README
===================================================================
--- hippo-documentation/hst_docs/trunk/README                           (rev 0)
+++ hippo-documentation/hst_docs/trunk/README   2009-06-08 14:31:08 UTC (rev 
18435)
@@ -0,0 +1,8 @@
+For running the site / deployment fill in the correct password in 
hst-config.propertie for:
+
+default.repository.user.name = ...
+default.repository.password = ...
+writable.repository.user.name = ...
+writable.repository.password = ...
+
+Deployment credentials can be found in keypass
\ No newline at end of file


Property changes on: hippo-documentation/hst_docs/trunk/README
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Modified: 
hippo-documentation/hst_docs/trunk/site/src/main/webapp/WEB-INF/hst-config.properties
===================================================================
--- 
hippo-documentation/hst_docs/trunk/site/src/main/webapp/WEB-INF/hst-config.properties
       2009-06-08 14:24:19 UTC (rev 18434)
+++ 
hippo-documentation/hst_docs/trunk/site/src/main/webapp/WEB-INF/hst-config.properties
       2009-06-08 14:31:08 UTC (rev 18435)
@@ -19,12 +19,12 @@
 check.repositories.running = false
 
 default.repository.address = rmi://127.0.0.1:1099/hipporepository
-default.repository.user.name = admin
-default.repository.password = admin
+default.repository.user.name = ...
+default.repository.password = ...
 
 writable.repository.address = rmi://127.0.0.1:1099/hipporepository
-writable.repository.user.name = admin
-writable.repository.password = admin
+writable.repository.user.name = ...
+writable.repository.password = ...
 
 
 default.sites.name = hst_docs

_______________________________________________
Hippocms-svn mailing list
[email protected]
http://lists.hippo.nl/mailman/listinfo/hippocms-svn

Reply via email to