cse2000-software-project/.variables.env
2024-05-18 12:27:18 +00:00

5 lines
117 B
Bash

POSTGRES_DB= spectral_db
POSTGRES_USER= user
POSTGRES_PASSWORD= password
POSTGRES_HOST= postgres
POSTGRES_PORT= 5432