mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
Provide LaunchDarkly application info (#3435)
* Upgrade to SDK v8 * Provide application properties * Test adjustments * Clean up tests * Ensure project name is set * Add a 'v' for Git tagging support
This commit is contained in:
@@ -8,6 +8,7 @@ public interface IGlobalSettings
|
||||
bool SelfHosted { get; set; }
|
||||
bool UnifiedDeployment { get; set; }
|
||||
string KnownProxies { get; set; }
|
||||
string ProjectName { get; set; }
|
||||
bool EnableCloudCommunication { get; set; }
|
||||
string LicenseDirectory { get; set; }
|
||||
string LicenseCertificatePassword { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user