chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:34:30 +02:00
commit 0639909ec6
293 changed files with 28412 additions and 0 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
DB_HOST=0.0.0.0
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=password
DB_NAME=perauset
BETTER_AUTH_SECRET=change-me
PORT=6002