mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Update Setup project to handle EU region (#3137)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using YamlDotNet.Serialization;
|
||||
using Bit.Setup.Enums;
|
||||
using YamlDotNet.Serialization;
|
||||
using YamlDotNet.Serialization.NamingConventions;
|
||||
|
||||
namespace Bit.Setup;
|
||||
@ -183,6 +184,7 @@ public class Context
|
||||
{
|
||||
public Guid InstallationId { get; set; }
|
||||
public string InstallationKey { get; set; }
|
||||
public CloudRegion CloudRegion { get; set; }
|
||||
public bool DiffieHellman { get; set; }
|
||||
public bool Trusted { get; set; }
|
||||
public bool SelfSignedCert { get; set; }
|
||||
|
Reference in New Issue
Block a user