mirror of
https://github.com/bitwarden/server.git
synced 2026-02-01 14:43:10 +08:00
7 lines
122 B
C#
7 lines
122 B
C#
namespace Bit.Core.Settings;
|
|
|
|
public interface IConnectionStringSettings
|
|
{
|
|
string ConnectionString { get; set; }
|
|
}
|