18 lines
618 B
Bash
18 lines
618 B
Bash
# Configuration API Backend
|
|
VITE_API_URL=http://localhost:18000
|
|
|
|
# Configuration pour le développement
|
|
VITE_APP_NAME=4NK IA Lecoffre.io
|
|
VITE_APP_VERSION=0.1.0
|
|
VITE_USE_RULE_NER=true
|
|
VITE_LLM_CLASSIFY_ONLY=true
|
|
|
|
VITE_BACKEND_URL=http://localhost:3001
|
|
|
|
# Configuration des services externes (optionnel)
|
|
VITE_CADASTRE_API_URL=https://apicarto.ign.fr/api/cadastre
|
|
VITE_GEORISQUES_API_URL=https://www.georisques.gouv.fr/api
|
|
VITE_GEOFONCIER_API_URL=https://api2.geofoncier.fr
|
|
VITE_BODACC_API_URL=https://bodacc-datadila.opendatasoft.com/api
|
|
VITE_INFOGREFFE_API_URL=https://entreprise.api.gouv.fr
|
|
OLLAMA_MIN_REVIEW_MS=100000 |