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