This commit is contained in:
2024-09-07 16:45:56 +02:00
parent aa2694585e
commit 1b6ff21ce9
10 changed files with 100 additions and 13 deletions

5
docker-prod/.env.example Normal file
View File

@@ -0,0 +1,5 @@
DB_HOST="localhost"
DB_PORT=5432
DB_USER="admin"
DB_PASSWORD="admin"
DB_DATABASE="ludikZone"