forked from edfryed/hull-facebook-audiences
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
32 lines (32 loc) · 953 Bytes
/
app.json
File metadata and controls
32 lines (32 loc) · 953 Bytes
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
{
"name": "Hull Facebook Audiences",
"description": "Sync Hull Segments with Facebook Custom Audiences",
"repository": "https://github.com/hull-ships/hull-facebook-audiences",
"website": "http://www.hull.io",
"success_url": "/readme",
"env": {
"SECRET" : {
"description" : "A Secret key used to authenticate on Hull API",
"generator" : "secret"
},
"FACEBOOK_APP_ID" : {
"description" : "Facebook App ID used to get an access token"
},
"FACEBOOK_APP_SECRET" : {
"description" : "Facebook App Secret used to get an access token"
},
"DATADOG_API_KEY": {
"description": "Datadog integration API KEY",
"required": false
},
"HOST": {
"description": "A hostname to be set in Datadog integration",
"required": false
},
"LOG_LEVEL": {
"description": "Minimum level of system messages to be logged",
"required": false
}
},
"scripts": {}
}