mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
namespace Bit.Core.Settings
|
||||
namespace Bit.Core.Settings;
|
||||
|
||||
public interface IFileStorageSettings
|
||||
{
|
||||
public interface IFileStorageSettings
|
||||
{
|
||||
string ConnectionString { get; set; }
|
||||
string BaseDirectory { get; set; }
|
||||
string BaseUrl { get; set; }
|
||||
}
|
||||
string ConnectionString { get; set; }
|
||||
string BaseDirectory { get; set; }
|
||||
string BaseUrl { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user