Added some example values.

This commit is contained in:
trifonnt 2009-07-24 07:44:32 +00:00
parent eabb608534
commit cd8e075ce1
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,7 @@
#ORACLE_HOME
#Example Value: oracle.home=C:/oracle/xe/app/oracle/product/10.2.0/server
#Example Value:
# Windows - oracle.home=C:/oracle/xe/app/oracle/product/10.2.0/server
# Linux - oracle.home=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/
oracle.home=
#sqlplus connection string

View File

@ -1,9 +1,13 @@
#PostgreSQL home folder
#Example Value: postgresql.home=C:/pgsql/8.2.13-1
#Example Value:
# Windows - postgresql.home=C:/pgsql/8.2.13-1
# Linux - postgresql.home=/usr/lib/postgresql/8.3
postgresql.home=
#PostgreSQL pgdata folder
#Example Value: postgresql.pgdata=C:/pgsql/8.2.13-1/data
#Example Value:
# Windows - postgresql.pgdata=C:/pgsql/8.2.13-1/data
# Linux - postgresql.pgdata=/var/lib/postgresql/8.3/main
postgresql.pgdata=
#adempiere database name