API-KA — plateforme centrale : collecte quotidienne des 8 services KA, historisation append-only et API publique sur www.api-ka.com
Python 60.9%
HTML 21%
TypeScript 7.3%
JavaScript 5.2%
CSS 4.8%
Shell 0.8%
1# ============================================2# Projet : API-KA3# Fichier : .env.example4# Node : m3u96b5# Author : Simon-Pierre Boucher6# Contact : contact@spboucher.ai7# Date : 2026-08-168# ============================================9# Copier ce fichier vers .env sur m3u96b et remplir les valeurs.10# Ne JAMAIS commiter le fichier .env.1112APP_ENV=production13NODE_NAME=m3u96b14DATABASE_URL=postgresql://apika_user:@localhost:5432/apika15NGROK_AUTHTOKEN=16NGROK_DOMAIN=www.api-ka.com17API_PORT=800018DAILY_RUN_HOUR=0219BACKUP_RETENTION_DAYS=9020RATE_LIMIT_PER_MINUTE=12021TROUVEKA_SEARCH_URL=https://www.trouve-ka.com/api/search22TROUVEKA_SUGGEST_URL=https://www.trouve-ka.com/api/suggest23LOUKA_SOURCE_URL=24IMMOKA_SOURCE_URL=25FOODKA_SOURCE_URL=26AUTOKA_SOURCE_URL=27FABRIKA_SOURCE_URL=28RESTOKA_SOURCE_URL=29SORTIKA_SOURCE_URL=30CREAKA_SOURCE_URL=31JOBKA_SOURCE_URL=32