try out spliit

This commit is contained in:
Peter Smit
2025-04-07 15:36:47 +02:00
parent 2c39366da7
commit 68ec5e133d
3 changed files with 24 additions and 0 deletions

6
spliit/.env.example Normal file
View 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