diff options
| author | Roy Ben-Shabat <Roy.mail.net@gmail.com> | 2023-03-05 23:37:09 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy.mail.net@gmail.com> | 2023-03-05 23:37:09 +0200 |
| commit | 74650fb4891617561c4686099938150eb34fdb25 (patch) | |
| tree | d5ffcaa053fb9ec538955ac00f156595d7702ee7 /Software/Visual_Studio/Tango.Web | |
| parent | 77b67470465cff7386b09f46528e22a7edcc5b30 (diff) | |
| download | Tango-74650fb4891617561c4686099938150eb34fdb25.tar.gz Tango-74650fb4891617561c4686099938150eb34fdb25.zip | |
Machine_Studio_v5.3.0
Diffstat (limited to 'Software/Visual_Studio/Tango.Web')
| -rw-r--r-- | Software/Visual_Studio/Tango.Web/DeploymentSlot.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs b/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs index 0e470a735..d8c64363c 100644 --- a/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs +++ b/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs @@ -29,6 +29,9 @@ namespace Tango.Web STAGE, [Description("Production")] [DeploymentSlotAddress("https://machineservice.twine-srv.com")] - PROD + PROD, + [Description("BB")] + [DeploymentSlotAddress("https://machineservice-machineservice-bb.azurewebsites.net")] + BB } } |
