fix: retire dotenv override:true, exclut .env de l'image (cause racine ECONNREFUSED Baserow)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.env
|
||||
.env.*
|
||||
.git
|
||||
.gitignore
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Fichiers-cibles
|
||||
*.zip
|
||||
*.log
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
JWT_SECRET=your_jwt_secret_here
|
||||
|
||||
BASEROW_API_URL=https://baserow.bolbol.tn/api/
|
||||
BASEROW_API_URL=http://baserow.bolbol.tn/api/
|
||||
BASEROW_TOKEN=your_baserow_token
|
||||
BASEROW_TABLE_MARCHES=856
|
||||
BASEROW_TABLE_PIPELINE=872
|
||||
|
||||
@@ -78,7 +78,7 @@ Tous les endpoints données acceptent :
|
||||
| Variable | Requis | Description |
|
||||
|----------|--------|-------------|
|
||||
| `JWT_SECRET` | ✓ | Clé secrète JWT |
|
||||
| `BASEROW_API_URL` | ✓ | URL Baserow (`https://baserow.bolbol.tn/api/`) |
|
||||
| `BASEROW_API_URL` | ✓ | URL Baserow (`http://baserow.bolbol.tn/api/`) |
|
||||
| `BASEROW_TOKEN` | ✓ | Token d'accès Baserow |
|
||||
| `BASEROW_TABLE_MARCHES` | ✓ | ID table marchés (ex: 856) |
|
||||
| `BASEROW_TABLE_PIPELINE` | ✓ | ID table pipeline (ex: 872) |
|
||||
|
||||
Reference in New Issue
Block a user