mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true
|
|
},
|
|
"profiles": {
|
|
"Bit.Api.IntegrationTest": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"applicationUrl": "http://localhost:33506",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|