mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-17 21:14:58 +01:00
Fix Dev Proxy
Setup User Secrets for config
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"Microsoft.AspNetCore": "Debug"
|
||||
"Microsoft.AspNetCore": "Information"
|
||||
}
|
||||
},
|
||||
"ReverseProxy": {
|
||||
@@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"Clusters": {
|
||||
"spaDev": {
|
||||
"spaDevCluster": {
|
||||
"Destinations": {
|
||||
"spaDevServer": {
|
||||
"Address": "http://localhost:5173"
|
||||
|
||||
Reference in New Issue
Block a user