8 lines
No EOL
185 B
C#
8 lines
No EOL
185 B
C#
using LANCommander.SDK;
|
|
|
|
namespace LANCommander.Server.Settings.Models;
|
|
|
|
public class BackupSettings
|
|
{
|
|
public string StoragePath { get; set; } = AppPaths.GetConfigPath("Backups");
|
|
} |