|
|
|
|
@ -73,7 +73,7 @@ public class EnvironmentFileBuilder
@@ -73,7 +73,7 @@ public class EnvironmentFileBuilder
|
|
|
|
|
_globalOverrideValues = new Dictionary<string, string> |
|
|
|
|
{ |
|
|
|
|
["globalSettings__baseServiceUri__vault"] = _context.Config.Url, |
|
|
|
|
["globalSettings__baseServiceUri__cloudVaultRegion"] = "US", |
|
|
|
|
["globalSettings__baseServiceUri__cloudRegion"] = "US", |
|
|
|
|
["globalSettings__sqlServer__connectionString"] = $"\"{dbConnectionString.Replace("\"", "\\\"")}\"", |
|
|
|
|
["globalSettings__identityServer__certificatePassword"] = _context.Install?.IdentityCertPassword, |
|
|
|
|
["globalSettings__internalIdentityKey"] = _context.Stub ? "RANDOM_IDENTITY_KEY" : |
|
|
|
|
|