forked from rmcotton/adyen-mirakl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
66 lines (66 loc) · 2.25 KB
/
app.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "adyen-mirakl",
"description": "Adyen MarketPay connector for Mirakl",
"website": "http://www.adyen.com/",
"repository": "https://github.com/e2y/adyen-mirakl",
"logo": "https://avatars3.githubusercontent.com/u/9713612?s=200&v=4",
"keywords": [
"java"
],
"env": {
"NOTIFY_USERNAME": {
"description": "User name for notification endpoint",
"value": "admin"
},
"NOTIFY_PASSWORD": {
"description": "Password of the Connector notification endpoint",
"generator": "secret"
},
"ADYEN_USER_NAME": {
"description": "User name for Adyen Marketplace Web Service API (format wd_{n}@Marketplace.{account})"
},
"ADYEN_PASS": {
"description": "Password for Adyen Web Service API User found: https://ca-test.adyen.com/ca/ca/config/users.shtml"
},
"ADYEN_LIABLE_ACCOUNT_CODE": {
"description": "Liable Account Code for the Operator (format LiableAccountHolder{account})",
"value": "LiableAccountHolder<account>"
},
"MIRAKL_ENV_URL": {
"description": "The base URL of your Mirakl Environment",
"value": "https://<yourproject>-dev.mirakl.net"
},
"MIRAKL_API_OPERATOR_KEY": {
"description": "Operator API key for your Mirakl Environment"
},
"MIRAKL_OPERATOR_EMAIL": {
"description": "The email address of the operator"
},
"MAIL_HOST": {
"description": "Mail host",
"value": "smtp.mailtrap.io"
},
"MAIL_PORT": {
"description": "Port for SMTP server",
"value": "2525"
},
"MAIL_USER": {
"description": "User, update with smtp user",
"required": false
},
"MAIL_PASS": {
"decription": "Update with smtp password",
"required": false
},
"MIRAKL_SDK_USER": {
"description": "Your artifactory.mirakl.net user (required to download Mirakl SDK)"
},
"MIRAKL_SDK_PASSWORD": {
"description": "Your artifactory.mirakl.net password"
}
},
"addons": [
"jawsdb",
"mailtrap"
]
}