mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-14 06:52:30 +00:00
Now that docker automatically downloads the web-vault, keeping it in the repo doesn't make sense. Added error message in case someone tries to run the application directly without the web-vault instaled..
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"appSettings": {
|
|
"apiUri": "/api",
|
|
"identityUri": "/identity",
|
|
"iconsUri": "/icons",
|
|
"stripeKey": "",
|
|
"braintreeKey": ""
|
|
}
|
|
}
|