Database settings in hsphere.properties:
DB_DRIVER = org.postgresql.Driver
DB_URL = jdbcostgresql://127.0.0.1/hsphere – the system database name, usually hsphere
DB_USER = wwwuser – the system db user name, usually wwwuser
DB_PASSWORD = your_db_password – the system db user password
DB_NEWID = SELECT nextval(”{0}”)
Leave a Reply
You must be logged in to post a comment.