Skip to content

Commit

Permalink
fix: Add Fusion QA environment mapping (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
taustad authored Sep 29, 2023
1 parent 3b8c1d4 commit b42e8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasheetapi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"prod" => "FPRD",
"radix-prod" => "FPRD",
"radix-qa" => "FQA",
"fusion-fqa" => "FQA",
"radix-dev" => "CI",
_ => "CI",
};
Expand Down

0 comments on commit b42e8e5

Please sign in to comment.