1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-11 16:18:14 -05:00

icons uri for web settings

This commit is contained in:
Kyle Spearrin 2017-10-23 18:12:22 -04:00
parent a9fd338690
commit dea79f610c

View File

@ -434,6 +434,7 @@ SA_PASSWORD={dbPass}");
sw.Write($@"var bitwardenAppSettings = {{
apiUri: ""{_url}/api"",
identityUri: ""{_url}/identity"",
iconsUri: ""{_url}/icons"",
stripeKey: null,
braintreeKey: null,
whitelistDomains: [""{_domain}""],