docs(backend): add .env.example
Some checks failed
CI/CD — Build & Deploy / Build (push) Failing after 44s
CI/CD — Build & Deploy / Deploy to VPS (push) Has been skipped

This commit is contained in:
2026-03-14 08:01:01 +01:00
parent 7c727aa802
commit 5afcad487e

16
backend/.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Server
NODE_ENV=development
PORT=4001
# Database (MySQL)
DB_HOST=localhost
DB_PORT=3306
DB_USER=originsdigital
DB_PASSWORD=
DB_NAME=originsdigital
# SuperOAuth — service d'authentification externe
SUPER_OAUTH_URL=https://superoauth.tetardtek.com
# CORS — URL du frontend autorisé
FRONTEND_URL=http://localhost:5173