mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
7 lines
122 B
C#
7 lines
122 B
C#
namespace Bit.Core.Settings;
|
|
|
|
public interface IConnectionStringSettings
|
|
{
|
|
string ConnectionString { get; set; }
|
|
}
|