Files
Novaria/NTR.SDKServer/Properties/launchSettings.json
2025-01-08 20:08:36 -05:00

15 lines
335 B
JSON

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