cabot-docker
cabot-docker copied to clipboard
run.sh hardcodes db schema to connect to
https://github.com/shoonoise/cabot-docker/blob/master/Cabot/run.sh#L3
Currently the run script is hardcoded to use a schema named docker
export DATABASE_URL="postgres://$DB_USER:$DB_PASS@$DB_HOST:$DB_PORT/docker"
this should be configurable