1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00:00

create org with license file

This commit is contained in:
Kyle Spearrin
2017-08-14 20:57:45 -04:00
parent e4ec09fd0c
commit 5259b07889
9 changed files with 146 additions and 60 deletions

View File

@@ -111,7 +111,7 @@ namespace Bit.Core
public class InstallationSettings
{
public Guid? Id { get; set; }
public Guid Id { get; set; }
public string Key { get; set; }
public string IdentityUri { get; set; }
}