#connection information is kept here

#PostgreSQL 10
#Postgress should have schemas enabled and the search path set to the schema
# postgresql.conf uncomment the line and restart the server
#search_path = '"$user",public'
#in psql
#create schema dataexplorer1;
#grant all on schema dataexplorer1 to dataexplorer1;
#alter user dataexplorer1 set search_path="dataexplorer1";

#Postgres

url=jdbc:postgresql://192.168.2.30:5432/cbaworkflowdb

#MariaDB

url=jdbc:mariadb://192.168.2.30:3306/cbaworkflowdb

#sqlite3

url=jdbc:sqlite:/app/db/cbaworkflowdb


user=dataexplorer1
password=2MuchTime