diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-08-06 07:43:07 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-08-06 07:43:07 +0300 |
| commit | ff09af0e3338a55c89d2846454d360e702d4e742 (patch) | |
| tree | e4bdf1dd657645a1d27180a905534bd3c3881375 /Software/Visual_Studio/Tango.Web | |
| parent | aef853984c03ea790bf269bd9a8daee4cbd596e1 (diff) | |
| download | Tango-ff09af0e3338a55c89d2846454d360e702d4e742.tar.gz Tango-ff09af0e3338a55c89d2846454d360e702d4e742.zip | |
Added Alpha/Beta ENV.
Diffstat (limited to 'Software/Visual_Studio/Tango.Web')
| -rw-r--r-- | Software/Visual_Studio/Tango.Web/DeploymentSlot.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs b/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs index 6531adb64..0e470a735 100644 --- a/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs +++ b/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs @@ -18,6 +18,12 @@ namespace Tango.Web [Description("Process")] [DeploymentSlotAddress("https://machineservice-process.twine-srv.com")] PROCESS, + [Description("Alpha")] + [DeploymentSlotAddress("https://machineservice-alpha.twine-srv.com")] + ALPHA, + [Description("Beta")] + [DeploymentSlotAddress("https://machineservice-beta.twine-srv.com")] + BETA, [Description("Staging")] [DeploymentSlotAddress("https://machineservice-stage.twine-srv.com")] STAGE, |
