mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 01:29:38 -04:00
6 lines
104 B
C#
6 lines
104 B
C#
namespace Pulsar;
|
|
|
|
public class PulsarConfiguration
|
|
{
|
|
public string JournalDirectory { get; set; }
|
|
} |