4NK_IA_back/.env.exemple
Nicolas Cantu f50481cc38
Some checks failed
publish-images / docker-build-and-push (push) Failing after 23s
chore(ci): ajout workflow publish + nettoyage services + conf hosts
2025-09-11 16:49:23 +02:00

42 lines
796 B
Plaintext

# Configuration de développement
PROJECT_NAME=notariat-dev
DOMAIN=localhost
TZ=Europe/Paris
# Base de données PostgreSQL
POSTGRES_USER=notariat
POSTGRES_PASSWORD=notariat_pwd
POSTGRES_DB=notariat
# Redis
REDIS_PASSWORD=
# MinIO (stockage objet)
MINIO_ROOT_USER=minio
MINIO_ROOT_PASSWORD=minio_pwd
MINIO_BUCKET=ingest
# AnythingLLM
ANYLLM_API_KEY=dev_key
ANYLLM_BASE_URL=http://localhost:3001
ANYLLM_WORKSPACE_NORMES=workspace_normes
ANYLLM_WORKSPACE_TRAMES=workspace_trames
ANYLLM_WORKSPACE_ACTES=workspace_actes
# Ollama
OLLAMA_BASE_URL=http://localhost:11434
OLLAMA_MODELS=llama3:8b,mistral:7b
# Neo4j
NEO4J_AUTH=neo4j/neo4j_pwd
# OpenSearch
OPENSEARCH_PASSWORD=opensearch_pwd
# Traefik
TRAEFIK_ACME_EMAIL=dev@example.org
# Configuration de développement
DEBUG=true
LOG_LEVEL=debug