1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 08:33:48 +00:00
Files
server/src/Icons/appsettings.json
Nick Krantz 004e6285a1 PM-21024 ChangePasswordUri controller + service (#5845)
* add ChangePasswordUri controller and service to Icons

* add individual settings for change password uri

* add logging to change password uri controller

* use custom http client that follows redirects

* add ChangePasswordUriService tests

* remove unneeded null check

* fix copy pasta - changePasswordUriSettings

* add `HelpUsersUpdatePasswords` policy

* Remove policy for change password uri - this was removed from scope

* fix nullable warnings
2025-08-26 07:35:23 -05:00

16 lines
274 B
JSON

{
"globalSettings": {
"projectName": "Icons"
},
"iconsSettings": {
"cacheEnabled": true,
"cacheHours": 24,
"cacheSizeLimit": null
},
"changePasswordUriSettings": {
"cacheEnabled": true,
"cacheHours": 24,
"cacheSizeLimit": null
}
}