add support for basicauth

This commit is contained in:
Peter van Hardenberg
2014-10-31 11:45:45 -07:00
parent 7c71b0d826
commit 0227c54843
2 changed files with 11 additions and 3 deletions

View File

@@ -1 +1 @@
web: pgweb --url $DATABASE_URL --listen $PORT
web: pgweb --url=$DATABASE_URL --listen=$PORT --auth-user=$AUTH_USER --auth-pass=$AUTH_PASS