Foxnouns.NET/Foxnouns.Backend/Properties/launchSettings.json

25 lines
653 B
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Development": {
"commandName": "Project",
"dotnetRunMessages": true,
2024-11-24 22:19:53 +01:00
"hotReloadEnabled": false,
"launchBrowser": false,
"externalUrlConfiguration": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Production": {
"commandName": "Project",
"dotnetRunMessages": true,
2024-11-24 22:19:53 +01:00
"hotReloadEnabled": false,
"launchBrowser": false,
"externalUrlConfiguration": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
}
}
}
}