cabot-docker icon indicating copy to clipboard operation
cabot-docker copied to clipboard

run.sh hardcodes db schema to connect to

Open danhyun opened this issue 9 years ago • 0 comments

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

danhyun avatar Jan 14 '16 17:01 danhyun