@ -9,6 +9,9 @@ namespace GBase.Interfaces.Settings
/// </summary>
public interface IGBaseSettings
{
/// <summary>
/// The path where the files of the GBase are located
string DatabasePath { get; }
}