All Downloads are FREE. Search and download functionalities are using the official Maven repository.

w-tests.5.0.0.source-code.local.properties Maven / Gradle / Ivy

There is a newer version: 9.0.0
Show newest version
host=0.0.0.0
port=7500
terminate.timeout=30
extra.resource.directories=

nflow.non_spring_workflows_filename=nflow-workflows.txt

## Example configuration for postgresql.
## To enable postgres you also need set VM parameter -Dspring.profiles.active=nflow.db.postgresql
nflow.db.postgresql.driver=org.postgresql.ds.PGSimpleDataSource
nflow.db.postgresql.url=jdbc:postgresql://localhost/nflow
nflow.db.postgresql.user=nflow
nflow.db.postgresql.password=nflow

## Example configuration for MySQL / MariaDB.
## To enable postgres you also need set VM parameter -Dspring.profiles.active=nflow.db.mysql
nflow.db.mysql.driver=com.mysql.cj.jdbc.MysqlDataSource
nflow.db.mysql.url=jdbc:mysql://localhost/nflow
nflow.db.mysql.user=nflow
nflow.db.mysql.password=nflow




© 2015 - 2024 Weber Informatics LLC | Privacy Policy