Files
components/LiteCharms.Features/Extensions/Postgres.cs
T
2026-05-24 13:38:47 +02:00

7 lines
152 B
C#

namespace LiteCharms.Features.Extensions;
public static class Postgres
{
public const string SchedulerDbConfigName = "PostgresScheduler";
}