mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-08-11 19:10:20 +02:00
open source Notesnook API
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Streetwriters.Data.Interfaces
|
||||
{
|
||||
public interface IDbSettings
|
||||
{
|
||||
string DatabaseName { get; set; }
|
||||
string ConnectionString { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user