Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<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.

...