with base
This commit is contained in:
4
templates/.env.example.tmpl
Normal file
4
templates/.env.example.tmpl
Normal file
@@ -0,0 +1,4 @@
|
||||
POSTGRES_DB=como
|
||||
POSTGRES_USER=como
|
||||
POSTGRES_PASSWORD=somenotverysecurepassword
|
||||
DATABASE_URL="postgres://como:somenotverysecurepassword@localhost:5432/como"
|
Reference in New Issue
Block a user