1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/util/Server/Properties/launchSettings.json
2023-06-08 13:21:03 -04:00

12 lines
217 B
JSON

{
"profiles": {
"Server": {
"commandName": "Project",
"applicationUrl": "http://localhost:53910/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}