...
Figure 1: Datasource Profile Configurations
Code Block |
---|
workflowUser=postgres |
...
workflowPassword=postgres |
...
workflowDriver=org.postgresql.Driver |
...
workflowUrl=jdbc\:postgresql\://hostname/jwdb |
You may need to change the datasource URL, database user and database user's password accordingly.
Figure 2: datasource.properties
Code Block |
---|
currentProfile=postgresql |