Skip to content

Commit

Permalink
fix(config): updated target services
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobernal2412 committed Jan 4, 2025
1 parent bf58f5f commit 5702a5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ services:
- path: "/api/v1/clinics"
target_service: "http://payment-svc"
target_port: "3003"
- path: "/api/v1/patients"
target_service: "http://patient-svc"
- path: "/api/v1/history"
target_service: "http://history-svc"
target_port: "3005"
- path: "/api/v1/patients"
target_service: "http://patients-svc"
target_service: "http://patient-svc"
target_port: "3006"
- path: "/api/v1/staff"
target_service: "http://staff-svc"
Expand Down
6 changes: 3 additions & 3 deletions config.yaml.prod
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ services:
- path: "/api/v1/clinics"
target_service: "http://payment-svc"
target_port: "3003"
- path: "/api/v1/patients"
target_service: "http://patient-svc"
- path: "/api/v1/history"
target_service: "http://history-svc"
target_port: "3005"
- path: "/api/v1/patients"
target_service: "http://patients-svc"
target_service: "http://patient-svc"
target_port: "3006"
- path: "/api/v1/staff"
target_service: "http://staff-svc"
Expand Down

0 comments on commit 5702a5b

Please sign in to comment.