try out spliit
This commit is contained in:
6
spliit/.env.example
Normal file
6
spliit/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# db
|
||||
POSTGRES_PASSWORD=
|
||||
|
||||
# app
|
||||
POSTGRES_PRISMA_URL=postgresql://postgres:${POSTGRES_PASSWORD}@db
|
||||
POSTGRES_URL_NON_POOLING=postgresql://postgres:${POSTGRES_PASSWORD}@db
|
||||
Reference in New Issue
Block a user