database and migrations

This commit is contained in:
Anton Martynenko
2025-10-28 11:07:07 +01:00
parent b9508137cb
commit f8d96ec40f
20 changed files with 471 additions and 1 deletions
@@ -0,0 +1,8 @@
namespace SatelliteProvider.Common.Configs;
public class StorageConfig
{
public string TilesDirectory { get; set; } = "/tiles";
public string ReadyDirectory { get; set; } = "/ready";
}