5 lines
161 B
Bash
5 lines
161 B
Bash
|
POSTGRES_DB=cibus
|
||
|
POSTGRES_USER=cibus
|
||
|
POSTGRES_PASSWORD=somenotverysecurepassword
|
||
|
DATABASE_URL="postgres://cibus:somenotverysecurepassword@localhost:5432/cibus"
|