first commit -push

This commit is contained in:
dungtt
2025-10-15 15:15:53 +07:00
parent 674ae395be
commit a9577c5756
885 changed files with 74595 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"profiles": {
"https": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21061",
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22197"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:17070;http://localhost:15043",
"remoteDebugEnabled": false,
"authenticationMode": "None"
},
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19047",
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20292"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:15043"
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}