Skip to content

Commit 203b5e6

Browse files
committed
Fix: Clé API correcte 1°BIP Face Recognition
CORRECTION: - Clé API réelle: e17391c8-0832-43f8-90a3-e23a8a073793 - Application: 1°BIP Face Recognition (id=1) - Avant utilisait: Demo app (id=0) MIGRATION SQL NÉCESSAIRE: UPDATE subject SET api_key = '1' WHERE subject_name IN ('moha exemple', 'mellal badr'); docker-compose.yml:136 camera-service/config/camera_config.env:60
1 parent 0ebb034 commit 203b5e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

camera-service/config/camera_config.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ COMPREFACE_API_URL=http://compreface-api:8080
5252
# 9. Redémarrer: docker-compose restart 1bip-camera-service
5353
#
5454
# EXEMPLE DE CLÉ: 00000000-0000-0000-0000-000000000001
55-
COMPREFACE_API_KEY=7d7b2220-e198-407f-bd01-8ea7afa81172
55+
# Clé API de l'application "1°BIP Face Recognition"
56+
COMPREFACE_API_KEY=e17391c8-0832-43f8-90a3-e23a8a073793
5657

5758
# ===================================
5859
# RECOGNITION THRESHOLDS

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ services:
131131
- FLASK_DEBUG=false
132132
- CAMERA_LOGS_PATH=/app/camera_logs
133133
- COMPREFACE_API_URL=http://compreface-api:8080
134-
- COMPREFACE_API_KEY=7d7b2220-e198-407f-bd01-8ea7afa81172
134+
- COMPREFACE_API_KEY=e17391c8-0832-43f8-90a3-e23a8a073793
135135
volumes:
136136
- ./camera-service/logs:/app/camera_logs:ro
137137
networks:

0 commit comments

Comments
 (0)