Added another env file

This commit is contained in:
2025-04-13 12:54:42 -04:00
parent 358c59870f
commit 0ed57119d8

View File

@@ -0,0 +1,6 @@
POSTGRES_USER=icarus_test
POSTGRES_PASSWORD=password
POSTGRES_DB=icarus_auth_test
POSTGRES_HOST=icarus_auth_ab
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB}