Closed jad-b closed 9 years ago
It works! Well, it does for me.
You'll need to have the DB running (duh).
docker-compose -f deploy/docker-compose.yml up -d go test -v -tags db -run TestUserAuth github.com/jad-b/torque/users -psql-conf $(pwd)/pgconf.json
pgconf.json is a simple file; looks like this:
pgconf.json
{ "user": "torque", "password": "torque", "database": "torque", "host": "localhost:15432", "sslmode": "disable" }
Needed to keep working on Auth workflow.
It works! Well, it does for me.
You'll need to have the DB running (duh).
pgconf.json
is a simple file; looks like this: