forked from muninn9/OrchestraTutor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
49 lines (49 loc) · 1008 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"public": {
"plans": [
{
"name": "basic_monthly",
"amount": {
"cents": 995,
"usd": "$9.95"
},
"interval": "month"
},
{
"name": "basic_yearly",
"amount": {
"cents": 9500,
"usd": "$95"
},
"interval": "year"
},
{
"name": "advanced_monthly",
"amount": {
"cents": 2495,
"usd": "$24.95"
},
"limit": 10,
"interval": "month"
},
{
"name": "advanced_6mo",
"amount": {
"cents": 13500,
"usd": "$135"
},
"interval": "6 months"
}
],
"stripe": {
"testPublishableKey": "pk_test_A1A0dkKb9pVsKwImhnHkIYtZ",
"livePublishableKey": "pk_test_NU0mc4HdlbS2B7klVLnLTGSK"
}
},
"private": {
"stripe": {
"testSecretKey": "sk_test_cmYr4wc4M9o4Q68kNVszhldz",
"liveSecretKey": "sk_live_RfOeUunGMcqbxzVXB6dGhA5p"
}
}
}