| Option |
dbURL |
| Description |
Specifies the URL of the database. |
| Value |
URL in the format jdbc:://<host>:<port>/<databaseName>
- <databaseName>Type of database
- <host>IP address or name of the host on which the database is installed
- <port>TCP port for Java Database Connectivity (JDBC) interactions
- <databaseName>Name of database
|
| Default |
No value |
| Example |
jdbc:mysql://127.0.0.1:3306/vpn |