Update config for local dev; add AyCode.Blazor consumers doc
- Added AyCode.Blazor/CONSUMERS.md to document consumer repos and usage for impact assessment. - Switched appsettings.json URLs to localhost for local development; production URLs are now commented out. - Commented out Blazor/DevExpress compression and optimization settings in .csproj files. - Minor whitespace and indentation cleanups. - No functional code changes.
This commit is contained in:
parent
0638c89989
commit
b129357cb6
|
|
@ -8,10 +8,10 @@
|
||||||
"AyCode": {
|
"AyCode": {
|
||||||
"ProjectId": "aad53443-2ee2-4650-8a99-97e907265e4e",
|
"ProjectId": "aad53443-2ee2-4650-8a99-97e907265e4e",
|
||||||
"Urls": {
|
"Urls": {
|
||||||
//"BaseUrl": "https://localhost:59579",
|
"BaseUrl": "https://localhost:59579",
|
||||||
//"ApiBaseUrl": "https://localhost:59579"
|
"ApiBaseUrl": "https://localhost:59579"
|
||||||
"BaseUrl": "https://shop.fruitbank.hu",
|
//"BaseUrl": "https://shop.fruitbank.hu",
|
||||||
"ApiBaseUrl": "https://shop.fruitbank.hu"
|
//"ApiBaseUrl": "https://shop.fruitbank.hu"
|
||||||
},
|
},
|
||||||
"Logger": {
|
"Logger": {
|
||||||
"AppType": "Server",
|
"AppType": "Server",
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
|
|
||||||
},
|
},
|
||||||
"AcHubConnection": {
|
"AcHubConnection": {
|
||||||
//"Url": "https://localhost:59579/fbHub",
|
"Url": "https://localhost:59579/fbHub",
|
||||||
"Url": "https://shop.fruitbank.hu/fbHub",
|
//"Url": "https://shop.fruitbank.hu/fbHub",
|
||||||
"TransportMaxBufferSize": 30000000,
|
"TransportMaxBufferSize": 30000000,
|
||||||
"ApplicationMaxBufferSize": 30000000,
|
"ApplicationMaxBufferSize": 30000000,
|
||||||
"CloseTimeout": "00:00:10",
|
"CloseTimeout": "00:00:10",
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,10 @@
|
||||||
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>
|
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>
|
||||||
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
|
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
|
||||||
|
|
||||||
<BlazorEnableCompression>false</BlazorEnableCompression>
|
<!--<BlazorEnableCompression>false</BlazorEnableCompression>
|
||||||
<BlazorCacheBootResources>false</BlazorCacheBootResources>
|
<BlazorCacheBootResources>false</BlazorCacheBootResources>
|
||||||
|
|
||||||
<OptimizationPreference>Speed</OptimizationPreference>
|
<OptimizationPreference>Speed</OptimizationPreference>
|
||||||
|
<DevExpressBrotliCompression>false</DevExpressBrotliCompression>-->
|
||||||
<DevExpressBrotliCompression>false</DevExpressBrotliCompression>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
"AyCode": {
|
"AyCode": {
|
||||||
"ProjectId": "aad53443-2ee2-4650-8a99-97e907265e4e",
|
"ProjectId": "aad53443-2ee2-4650-8a99-97e907265e4e",
|
||||||
"Urls": {
|
"Urls": {
|
||||||
//"BaseUrl": "https://localhost:59579",
|
"BaseUrl": "https://localhost:59579",
|
||||||
//"ApiBaseUrl": "https://localhost:59579"
|
"ApiBaseUrl": "https://localhost:59579"
|
||||||
"BaseUrl": "https://shop.fruitbank.hu",
|
//"BaseUrl": "https://shop.fruitbank.hu",
|
||||||
"ApiBaseUrl": "https://shop.fruitbank.hu"
|
//"ApiBaseUrl": "https://shop.fruitbank.hu"
|
||||||
},
|
},
|
||||||
"Logger": {
|
"Logger": {
|
||||||
"AppType": "Server",
|
"AppType": "Server",
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
|
|
||||||
},
|
},
|
||||||
"AcHubConnection": {
|
"AcHubConnection": {
|
||||||
//"Url": "https://localhost:59579/fbHub",
|
"Url": "https://localhost:59579/fbHub",
|
||||||
"Url": "https://shop.fruitbank.hu/fbHub",
|
//"Url": "https://shop.fruitbank.hu/fbHub",
|
||||||
"TransportMaxBufferSize": 30000000,
|
"TransportMaxBufferSize": 30000000,
|
||||||
"ApplicationMaxBufferSize": 30000000,
|
"ApplicationMaxBufferSize": 30000000,
|
||||||
"CloseTimeout": "00:00:10",
|
"CloseTimeout": "00:00:10",
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
<RunAOTCompilation>false</RunAOTCompilation>
|
<RunAOTCompilation>false</RunAOTCompilation>
|
||||||
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>
|
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>
|
||||||
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
|
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
|
||||||
<BlazorEnableCompression>false</BlazorEnableCompression>
|
<!--<BlazorEnableCompression>false</BlazorEnableCompression>
|
||||||
<DevExpressBrotliCompression>false</DevExpressBrotliCompression>
|
<DevExpressBrotliCompression>false</DevExpressBrotliCompression>-->
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
"AyCode": {
|
"AyCode": {
|
||||||
"ProjectId": "aad53443-2ee2-4650-8a99-97e907265e4e",
|
"ProjectId": "aad53443-2ee2-4650-8a99-97e907265e4e",
|
||||||
"Urls": {
|
"Urls": {
|
||||||
//"BaseUrl": "https://localhost:59579",
|
"BaseUrl": "https://localhost:59579",
|
||||||
//"ApiBaseUrl": "https://localhost:59579"
|
"ApiBaseUrl": "https://localhost:59579"
|
||||||
"BaseUrl": "https://shop.fruitbank.hu",
|
//"BaseUrl": "https://shop.fruitbank.hu",
|
||||||
"ApiBaseUrl": "https://shop.fruitbank.hu"
|
//"ApiBaseUrl": "https://shop.fruitbank.hu"
|
||||||
},
|
},
|
||||||
"Logger": {
|
"Logger": {
|
||||||
"AppType": "Server",
|
"AppType": "Server",
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
|
|
||||||
},
|
},
|
||||||
"AcHubConnection": {
|
"AcHubConnection": {
|
||||||
//"Url": "https://localhost:59579/fbHub",
|
"Url": "https://localhost:59579/fbHub",
|
||||||
"Url": "https://shop.fruitbank.hu/fbHub",
|
//"Url": "https://shop.fruitbank.hu/fbHub",
|
||||||
"TransportMaxBufferSize": 30000000,
|
"TransportMaxBufferSize": 30000000,
|
||||||
"ApplicationMaxBufferSize": 30000000,
|
"ApplicationMaxBufferSize": 30000000,
|
||||||
"CloseTimeout": "00:00:10",
|
"CloseTimeout": "00:00:10",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue