Set your database username and password:
No Format |
---|
# DATABASE CONFIGURATION - make sure to modify details to match your particular setup
# The username and password. The defaults are for the out-of-the-box HSQLDB. Change to match your setup.
username@javax.sql.BaseDataSource=yourDbUserName
password@javax.sql.BaseDataSource=yourDbPassword
|