Files
Api/DouyinApi.Gateway/Properties/launchSettings.json

13 lines
258 B
JSON
Raw Normal View History

2025-11-04 21:09:16 +08:00
{
"profiles": {
"DouyinApi.Gateway": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:9000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}