1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-18 09:33:56 +00:00

Move settings out of web-vault

This commit is contained in:
Miroslav Prasil 2018-04-26 23:40:38 +01:00
parent 69e624f82b
commit f00732ddc5
3 changed files with 2 additions and 3 deletions

View file

@ -0,0 +1,9 @@
{
"appSettings": {
"apiUri": "/api",
"identityUri": "/identity",
"iconsUri": "/icons",
"stripeKey": "",
"braintreeKey": ""
}
}