feat: update environment configuration and seed admin user in database

This commit is contained in:
Thibault Pouch
2026-02-28 14:35:54 +01:00
parent f700d7fd86
commit 073dc38fd7
5 changed files with 55 additions and 424 deletions

View File

@@ -1,3 +1,7 @@
DATABASE_URL="postgresql://user:password@localhost:5432/nest_db"
JWT_SECRET="change_me_to_a_long_random_string"
PORT=3000
ADMIN_USERNAME="admin"
ADMIN_EMAIL="admin@example.com"
ADMIN_PASSWORD="change_me"