...
Code Block | ||
---|---|---|
| ||
<property name="url"> <value>[CONNECTION STRING]</value> </property> <property name="username"> <value>[USERNAME]</value> </property> <property name="password"> <value>[PASSWORD]</value> </property> |
Connection Strings
See also The connection strings given here should cover most cases of connecting to PhixFlow's own database. For more details, see Database URLs for how to specify connection string URLs connection strings are constructed for the various database platforms supported by PhixFlow.
...