cibus-backend/.env
2022-08-09 01:33:34 +02:00

5 lines
161 B
Bash

POSTGRES_DB=cibus
POSTGRES_USER=cibus
POSTGRES_PASSWORD=somenotverysecurepassword
DATABASE_URL="postgres://cibus:somenotverysecurepassword@localhost:5432/cibus"