...
Name | Default | Description | |||
---|---|---|---|---|---|
mysql.dba.url | jdbc:mysql://localhost | The URL | mysql.dba.username | root | MySQL user with dba privileges |
mysql.dba.password | NONE | Special value meaning there is no password for | |||
oracle mysql.dba.url | jdbc:oracle:thin:@localhost:1521:XE mysql://localhost | The URL the Oracle dba user | |||
oracle.dba.username | SYS AS SYSDBA | Oracle user with dba privileges | |||
oracle.dba.password | CHANGE_ON_INSTALL | The default password after a new install | |||
oracle.dba.url | jdbc:oracle:thin:@localhost:1521:XE | The URL the Oracle dba user connects to | |||
jdbc.username | OLE | The name of the user and database to create | |||
jdbc.password | OLE | The password for |
...