Commit b0dcd64b authored by yangxiaodong's avatar yangxiaodong

Rename

parent e3b62cff
namespace Cap.Consistency.Infrastructure
using Cap.Consistency.Job;
namespace Cap.Consistency.Infrastructure
{
/// <summary>
/// Represents all the options you can use to configure the system.
......@@ -7,6 +9,6 @@
{
public string BrokerUrlList { get; set; } = "localhost:9092";
public string Cron { get; set; } = "* * * * *";
public string CronExp { get; set; } = Cron.Minutely();
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment