generated from alecodes/base-template
chore: add example .env
This commit is contained in:
parent
9194eccab9
commit
e2a6c92322
2 changed files with 5 additions and 1 deletions
5
.env.example
Normal file
5
.env.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
POSTGRES_DB=index
|
||||
POSTGRES_USER=index
|
||||
POSTGRES_PASSWORD=
|
||||
|
||||
DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?sslmode=disable"
|
||||
Loading…
Add table
Add a link
Reference in a new issue