update .env.example
This commit is contained in:
parent
0ff2961846
commit
03f60a7059
@ -1,9 +1,10 @@
|
|||||||
# POSTGRES
|
# POSTGRES
|
||||||
POSTGRES_USER=prisma
|
POSTGRES_USER=myuser
|
||||||
POSTGRES_PASSWORD=topsecret
|
POSTGRES_PASSWORD=mypassword
|
||||||
POSTGRES_DB=blog
|
POSTGRES_DB=mydb
|
||||||
|
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
|
DB_PORT=5432
|
||||||
DB_SCHEMA=public
|
DB_SCHEMA=public
|
||||||
|
|
||||||
# Prisma database connection
|
# Prisma database connection
|
||||||
|
Loading…
Reference in New Issue
Block a user