fix: attribute default storage at startup in init.

This commit is contained in:
charlesgauthereau
2026-01-20 20:31:42 +01:00
parent 22ce08f06c
commit 5fd826ae71
3 changed files with 107 additions and 40 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
NODE_ENV=development
# Base de données
DATABASE_URL=postgresql://devuser:changeme@localhost:5432/devdb?schema=public
DATABASE_URL=postgresql://devuser:changeme@localhost:5433/devdb?schema=public
# Projet
PROJECT_NAME="Portabase"