Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 595 Bytes

Modes.md

File metadata and controls

14 lines (10 loc) · 595 Bytes

The following options can be set by Environment Variables

TRACK_REWARD_MILES

  • When flights are booked/canceled, the booking service will asynchronously call the flight service to get the number of reward miles and then call the customer service to add/subtract to the total.
  • Default: true

SECURE_USER_CALLS

  • The auth service will create a JWT during login that will later be verified by the booking and customer services.
  • Default: true

SECURE_SERVICE_CALLS

  • Service to service calls will uses HMAC encryption to verify the authenticity of the call.
  • Default: false