mirror of
https://github.com/bitwarden/server.git
synced 2025-06-09 12:40:32 -05:00
7 lines
122 B
C#
7 lines
122 B
C#
namespace Bit.Core.Settings;
|
|
|
|
public interface IConnectionStringSettings
|
|
{
|
|
string ConnectionString { get; set; }
|
|
}
|