mirror of
https://github.com/bitwarden/server
synced 2026-02-05 11:13:20 +00:00
34 lines
803 B
JSON
34 lines
803 B
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:33656/",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Identity": {
|
|
"commandName": "Project",
|
|
"applicationUrl": "http://localhost:33656",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Identity-SelfHost": {
|
|
"commandName": "Project",
|
|
"applicationUrl": "http://localhost:33657",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"developSelfHosted": "true"
|
|
}
|
|
}
|
|
}
|
|
}
|