Skip to content

Commit

Permalink
[EVOL]: main bfb fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
helabenkhalfallah committed Jan 7, 2025
1 parent d5baeb9 commit db9baeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/v6y-bfb-main-analyzer/src/config/ServerConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const SERVER_ENV_CONFIGURATION: { [key: string]: ServerEnvConfig } = {
hostname: 'localhost',
apiPath: V6Y_API_PATH,
frontendStaticCodeAuditorApi:
'http://localhost:4002/v6y/bfb-static-code-auditor/auditor/start-static-code-auditor.json',
'http://localhost:4003/v6y/bfb-static-code-auditor/auditor/start-static-code-auditor.json',
frontendUrlDynamicAuditorApi:
'http://localhost:4003/v6y/bfb-url-dynamic-auditor/auditor/start-frontend-dynamic-auditor.json',
'http://localhost:4004/v6y/bfb-url-dynamic-auditor/auditor/start-frontend-dynamic-auditor.json',
healthCheckPath: V6Y_HEALTH_CHECK_PATH,
monitoringPath: V6Y_MONITORING_PATH,
serverTimeout: 900000, // milliseconds
Expand All @@ -38,9 +38,9 @@ const SERVER_ENV_CONFIGURATION: { [key: string]: ServerEnvConfig } = {
hostname: 'localhost',
apiPath: V6Y_API_PATH,
frontendStaticCodeAuditorApi:
'http://localhost:4002/v6y/bfb-static-code-auditor/auditor/start-static-code-auditor.json',
'http://localhost:4003/v6y/bfb-static-code-auditor/auditor/start-static-code-auditor.json',
frontendUrlDynamicAuditorApi:
'http://localhost:4003/v6y/bfb-url-dynamic-auditor/auditor/start-frontend-dynamic-auditor.json',
'http://localhost:4004/v6y/bfb-url-dynamic-auditor/auditor/start-frontend-dynamic-auditor.json',
healthCheckPath: V6Y_HEALTH_CHECK_PATH,
monitoringPath: V6Y_MONITORING_PATH,
serverTimeout: 900000, // milliseconds
Expand Down

0 comments on commit db9baeb

Please sign in to comment.