mirror of
https://github.com/bitwarden/server.git
synced 2025-04-18 11:38:15 -05:00
icons uri for web settings
This commit is contained in:
parent
a9fd338690
commit
dea79f610c
@ -434,6 +434,7 @@ SA_PASSWORD={dbPass}");
|
|||||||
sw.Write($@"var bitwardenAppSettings = {{
|
sw.Write($@"var bitwardenAppSettings = {{
|
||||||
apiUri: ""{_url}/api"",
|
apiUri: ""{_url}/api"",
|
||||||
identityUri: ""{_url}/identity"",
|
identityUri: ""{_url}/identity"",
|
||||||
|
iconsUri: ""{_url}/icons"",
|
||||||
stripeKey: null,
|
stripeKey: null,
|
||||||
braintreeKey: null,
|
braintreeKey: null,
|
||||||
whitelistDomains: [""{_domain}""],
|
whitelistDomains: [""{_domain}""],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user