Skip to content

Commit

Permalink
MTDSA0-11471 Added X-Request-Id to application.conf (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
RachGibbons authored Mar 8, 2022
1 parent 2cc7d58 commit bdf575b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ microservice {
port = 9772
env = Prod
token = ABCD1234
environmentHeaders = ["Accept", "Gov-Test-Scenario", "Content-Type", "Location", "X-Request-Timestamp", "X-Session-Id"]
environmentHeaders = ["Accept", "Gov-Test-Scenario", "Content-Type", "Location", "X-Request-Timestamp", "X-Session-Id", "X-Request-Id"]
}

ifs2 {
host = 127.0.0.1
port = 9772
env = Prod
token = ABCD1234
environmentHeaders = ["Accept", "Gov-Test-Scenario", "Content-Type", "Location", "X-Request-Timestamp", "X-Session-Id"]
environmentHeaders = ["Accept", "Gov-Test-Scenario", "Content-Type", "Location", "X-Request-Timestamp", "X-Session-Id", "X-Request-Id"]
}
}
}

0 comments on commit bdf575b

Please sign in to comment.