5 lines
159 B
Bash
5 lines
159 B
Bash
# Configuration du Frontend en développement local
|
|
|
|
# URL de l'API backend (doit correspondre au backend lancé localement)
|
|
API_URL=http://localhost:3000/api
|