2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 01:29:38 -04:00
pulsar/Pulsar/PulsarConfiguration.cs
Ben Parsons ac30d3cd2a API & WebSocket now working
Can Read Status File & Broadcast contents via websocket
2024-04-18 14:45:16 +10:00

6 lines
104 B
C#

namespace Pulsar;
public class PulsarConfiguration
{
public string JournalDirectory { get; set; }
}