mirror of
https://github.com/bitwarden/server
synced 2026-03-01 19:01:14 +00:00
34 lines
792 B
JSON
34 lines
792 B
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:51822",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Sso": {
|
|
"commandName": "Project",
|
|
"applicationUrl": "http://localhost:51822",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Sso-SelfHost": {
|
|
"commandName": "Project",
|
|
"applicationUrl": "http://localhost:51823",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"developSelfHosted": "true"
|
|
}
|
|
}
|
|
}
|
|
}
|