7 lines
152 B
C#
7 lines
152 B
C#
namespace LiteCharms.Features.Extensions;
|
|
|
|
public static class Postgres
|
|
{
|
|
public const string SchedulerDbConfigName = "PostgresScheduler";
|
|
}
|