Registers the Vue admin as an Aspire resource via AddViteApp, wired to the API so Aspire injects service discovery env vars that the existing Vite proxy config already reads.
17 lines
262 B
JSON
Executable File
17 lines
262 B
JSON
Executable File
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Dashboard": {
|
|
"Frontend": {
|
|
"AuthMode": "Unsecured"
|
|
},
|
|
"Otlp": {
|
|
"AuthMode": "Unsecured"
|
|
}
|
|
}
|
|
}
|