Files
originsdigital/backend/.env.example
Tetardtek 5afcad487e
Some checks failed
CI/CD — Build & Deploy / Build (push) Failing after 44s
CI/CD — Build & Deploy / Deploy to VPS (push) Has been skipped
docs(backend): add .env.example
2026-03-14 08:01:01 +01:00

17 lines
325 B
Plaintext

# 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