mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-17 21:14:58 +01:00
API & WebSocket now working
Can Read Status File & Broadcast contents via websocket
This commit is contained in:
6
Pulsar/PulsarConfiguration.cs
Normal file
6
Pulsar/PulsarConfiguration.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Pulsar;
|
||||
|
||||
public class PulsarConfiguration
|
||||
{
|
||||
public string JournalDirectory { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user