mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
create kestrel server for serving static files
This commit is contained in:
12
util/Server/Properties/launchSettings.json
Normal file
12
util/Server/Properties/launchSettings.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Server": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:53910/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user