-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpocketstore.json
43 lines (43 loc) · 1.36 KB
/
pocketstore.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
{
"domain": "admin.pocketstore.io",
"authToken": "your_admin_auth_token",
"settings": {
"theme": "default",
"language": "de",
"currency": "€",
"currencies": [
"€",
"$"
],
"tax_general": 19,
"tax_food": 7,
"paypal": {
"client-id": "AUtZarD95T0LXYT1Dn51mBIBswWY3QDb-S380C-_xgfhqqJ6IEJHZh-wuRnRzNy184Lj5fpbXokZBiOk",
"currency": "EUR"
},
"stripe": {
"client-id": "pk_test_51QJlDLR5d3xw1mbRyaq24na2qlIiPpPjYfnq9m6TL2PSmhjvt2DFh0DHK6aUGaw5M4Mp81wlCOhpqW2jcvZfi3YQ000eWIgGiJ"
},
"klarna": {
"client-id": "klarna_test_client_cVMhVCU_b0RwVG4pcml3ay16SCUxcnJqeVVJKnkjbmQsY2YzZWM4NDEtOTNlOS00MDc5LWI2NDctNzE0ZmZjZTM5M2Q2LDEsQ2F5OUJIMndTOXd5b3k4dzFGdTlkbVk1YlNkcUdRVGFhb1hoTnpsT0tNYz0"
},
"cookiefirst": {
"id": "36ed47d8-6292-415a-bfce-f218a0e0d183"
}
},
"daisyui": {
"themes": [
{
"light": {
"primary": "teal",
"primary-content": "white",
"neutral": "black",
"neutral-content": "white",
"secondary": "white",
"base-300": "#CCC",
"base-200": "#DDD"
}
}
]
}
}