feat: Enhance logging and configuration for Smart Factory integration

- Added companyCode to the AuthController for improved logging.
- Updated sendSmartFactoryLog function to support company-specific API keys.
- Configured environment variables for company-specific Smart Factory API keys in Docker Compose files.

This update ensures that logs are more informative and that the correct API keys are used based on the company context.
This commit is contained in:
kjs
2026-04-03 11:23:02 +09:00
parent 41e278099e
commit ca7b145c7f
5 changed files with 24 additions and 16 deletions

View File

@@ -89,6 +89,7 @@ export class AuthController {
userId: userInfo.userId,
remoteAddr,
useType: "접속",
companyCode: userInfo.companyCode,
}).catch(() => {});
// POP 랜딩 경로 조회