#!/usr/bin/env bash #### Set below DB configs to connect to your own database # Supported DB_TYPE: h2, mysql, postgres export S2_DB_TYPE=h2 export S2_DB_HOST= export S2_DB_PORT= export S2_DB_USER= export S2_DB_PASSWORD= export S2_DB_DATABASE=