Iceshrimp.NET/Iceshrimp.Backend/Properties/launchSettings.json
notfire b3796b98ea
Some checks are pending
/ test-build-and-push (push) Waiting to run
awesome again
2025-04-11 18:37:11 -04:00

57 lines
1.8 KiB
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Development": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"externalUrlConfiguration": true,
"commandLineArgs": "--migrate-and-start",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Production": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"externalUrlConfiguration": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"Development (HTTPS)": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"externalUrlConfiguration": true,
"commandLineArgs": "--https",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Debug (WASM)": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"externalUrlConfiguration": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:3000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Debug (WASM, HTTPS)": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"externalUrlConfiguration": true,
"commandLineArgs": "--https",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:3000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}