2
0
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:
2024-04-18 14:45:16 +10:00
parent aa368471fe
commit ac30d3cd2a
18 changed files with 345 additions and 383 deletions

6
Pulsar/appsettings.json Normal file
View File

@@ -0,0 +1,6 @@
{
"Pulsar": {
// C:\Users\User Name\Saved Games\Frontier Developments\Elite Dangerous\
"JournalDirectory": "/home/minijack/Games/lutris/elite-dangerous/drive_c/users/minijack/Saved Games/Frontier Developments/Elite Dangerous/",
}
}