0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
penpot/backend/scripts/psql.sh

3 lines
103 B
Bash
Raw Normal View History

2020-07-23 10:11:36 -05:00
#!/usr/bin/env bash
PGPASSWORD=$APP_DATABASE_PASSWORD psql $APP_DATABASE_URI -U $APP_DATABASE_USERNAME