First runnable prototype.

This commit is contained in:
2025-07-05 18:02:25 +02:00
parent cc00c4da08
commit 908774c5aa
10 changed files with 385 additions and 219 deletions

View File

@ -11,6 +11,8 @@ namespace MessengerBroker.Configuration.Sources.Environment
public const string BROKER_ID = nameof(BROKER_ID);
public const string MASTER_SERVERS = nameof(MASTER_SERVERS);
public const string SLAVE_SERVERS = nameof(SLAVE_SERVERS);
public const string HOUSEKEEPING_ENABLED = nameof(HOUSEKEEPING_ENABLED);
public const string HOUSEKEEPING_MESSAGE_AGE_IN_MINUTES = nameof(HOUSEKEEPING_MESSAGE_AGE_IN_MINUTES);
}
}
}
}