mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"ConfigTest": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|