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

29 lines
552 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.AspNetCore": "Debug"
}
},
"ReverseProxy": {
"Routes": {
"spaDevRoute": {
"ClusterId": "spaDevCluster",
"Match": {
"Path": "{**catch-all}"
}
}
},
"Clusters": {
"spaDev": {
"Destinations": {
"spaDevServer": {
"Address": "http://localhost:5173"
}
}
}
}
}
}