chore: refactoring

This commit is contained in:
Charles GTE
2026-06-21 15:47:23 +02:00
parent baab060628
commit afd9a8eff2
2 changed files with 3 additions and 7 deletions
+2 -6
View File
@@ -52,12 +52,8 @@ services:
- "localhost:host-gateway"
networks:
- portabase
# DefaultEndpointsProtocol=http;
# AccountName=devstoreaccount1;
# AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;
# BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;
# QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;
# TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;
# DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;
volumes:
postgres-data:
+1 -1
View File
@@ -139,5 +139,5 @@
"typescript": "^5.9.3",
"zenstack": "2.14.2"
},
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916"
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
}