Skip to content

Commit

Permalink
Merge pull request #5 from tfso/feature/test-environment
Browse files Browse the repository at this point in the history
adding env config for test-environment
  • Loading branch information
lostfields authored Jun 3, 2022
2 parents 167e6aa + d30398e commit a448035
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/apiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ const getEnvironment = (env: string) => {
rancherEnv: "RancherProd",
awsBucket: "frontendfiles-prod.web.s3.24sevenoffice.com"
};
case "test":
return {
rancherEnv: "RancherLinuxTest",
awsBucket: "frontendfiles-test.web.s3.24sevenoffice.com"
};
case "beta":
default:
return {
Expand Down

0 comments on commit a448035

Please sign in to comment.