Files
Migu2.0/MiGu.Server/Properties/launchSettings.json
T

15 lines
346 B
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"MiGu.Server": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://0.0.0.0:8080",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}