1
0
mirror of https://github.com/bitwarden/web synced 2026-01-06 18:43:18 +00:00

stripe key in app settings

This commit is contained in:
Kyle Spearrin
2017-05-08 14:45:14 -04:00
parent f59b227c44
commit aeae0ba535
5 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
{
"appSettings": {
"apiUri": "http://localhost:4000",
"identityUri": "http://localhost:33656"
"identityUri": "http://localhost:33656",
"stripeKey": "pk_test_KPoCfZXu7mznb9uSCPZ2JpTD"
}
}