From 5afcad487eabce5c9c4bfc8637dbcbee65fbb0cd Mon Sep 17 00:00:00 2001 From: Tetardtek Date: Sat, 14 Mar 2026 08:01:01 +0100 Subject: [PATCH] docs(backend): add .env.example --- backend/.env.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 backend/.env.example diff --git a/backend/.env.example b/backend/.env.example new file mode 100644 index 0000000..5cc4987 --- /dev/null +++ b/backend/.env.example @@ -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