mirror of
https://github.com/spliit-app/spliit.git
synced 2025-12-06 01:19:29 +01:00
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
# db
|
|
POSTGRES_PASSWORD=1234
|
|
|
|
# app
|
|
POSTGRES_PRISMA_URL=postgresql://postgres:${POSTGRES_PASSWORD}@db
|
|
POSTGRES_URL_NON_POOLING=postgresql://postgres:${POSTGRES_PASSWORD}@db
|