cibus-backend/templates/.env.example.tmpl
kjuulh 206b500c0f
All checks were successful
continuous-integration/drone Build is passing
with more commands
2022-08-14 20:46:17 +02:00

5 lines
161 B
Cheetah

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