-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsunrise.config.js
60 lines (60 loc) · 1.38 KB
/
sunrise.config.js
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
50
51
52
53
54
55
56
57
58
59
60
export default {
ct: {
auth: {
host: 'https://auth.europe-west1.gcp.commercetools.com',
projectKey: 'harm-sandbox-3',
credentials: {
clientId: 'tf9yTOHqKOWre2IPKu6pSFy2',
clientSecret: 'H2Lh98vHFj302357STXQjhATBHWIHaKr',
},
// eslint-disable-next-line max-len
scopes: ['manage_my_shopping_lists:harm-sandbox-3 manage_my_profile:harm-sandbox-3 manage_my_payments:harm-sandbox-3 create_anonymous_token:harm-sandbox-3 manage_my_orders:harm-sandbox-3 view_products:harm-sandbox-3 view_published_products:harm-sandbox-3'],
},
api: 'https://api.europe-west1.gcp.commercetools.com',
},
languages: {
en: 'English',
de: 'Deutsch',
jp: '日本語',
},
countries: {
DE: 'Deutschland',
US: 'United States',
},
formats: {
number: {
DE: {
currency: {
style: 'currency',
currency: 'EUR',
currencyDisplay: 'symbol',
},
},
US: {
currency: {
style: 'currency',
currency: 'USD',
},
},
},
datetime: {
US: {
short: {
year: 'numeric',
month: 'short',
day: 'numeric',
},
},
DE: {
short: {
year: 'numeric',
month: 'short',
day: 'numeric',
},
},
},
},
categories: {
salesExternalId: '6',
},
};