mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
You'll need to add a .env file to the same directory as the docker-compose.yml file that sets the values for DB_USER and DB_PASS.
4 lines
127 B
Bash
Executable File
4 lines
127 B
Bash
Executable File
#psql -h localhost -U postgres -d postgres
|
|
#psql -h localhost -U crc_user -d crc_test
|
|
psql -h localhost -U crc_user -d crc_dev
|