Skip to content

Commit

Permalink
Replace sng env names (#124)
Browse files Browse the repository at this point in the history
* Fix coveralls job

* Fix coverall report

* Fix coverall issue

* FIx syntax

* Fix syntax

* Revert commented test cases

* Revert workflow branch name

* Add z5 and prod env support for azorte

* 2.3.7

* Replace azorte env names
  • Loading branch information
Shivraj0 authored Aug 24, 2022
1 parent e7b121c commit eeb751a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/Env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export const AVAILABLE_ENVS = {
tiraz5: 'api.tiraz5.de',
tiraz0: 'api.tiraz0.de',
tirabeauty:'api.tirabeauty.com',
azortez0: 'api.sngz0.de',
azortez5: 'api.sngz5.de',
azorte: 'api.sng.com'
sngz0: 'api.sngz0.de',
sngz5: 'api.sngz5.de',
sng: 'api.sng.com'
};

type EnvType = keyof typeof AVAILABLE_ENVS;
Expand Down

0 comments on commit eeb751a

Please sign in to comment.