Initial commit - Facturation SANTINOVA
This commit is contained in:
7
backend/.env.example
Normal file
7
backend/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
PORT=3001
|
||||
DATABASE_URL=mysql://root:santinova_db_pass@localhost:3306/facturation_santinova
|
||||
JWT_SECRET=santinova-jwt-secret-change-in-production
|
||||
JWT_EXPIRES_IN=24h
|
||||
UPLOAD_DIR=./uploads
|
||||
OPENAI_API_KEY=your-openai-api-key-here
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user