mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01: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…
Reference in New Issue
Block a user