-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapp.json
29 lines (29 loc) · 818 Bytes
/
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
{
"name": "Akwaba",
"description": "Lightweight commenting platform using Notion as a backend",
"website": "https://github.com/ousmanedev/akwaba",
"repository": "https://github.com/ousmanedev/akwaba",
"success_url": "/demo",
"env": {
"NOTION_TOKEN": {
"description": "Your notion API token",
"required": true
},
"HOST": {
"description": "This app URL (yourapp.herokuapp.com)",
"required": true
},
"CLIENT_HOST": {
"description": "Your website (integrating Akwaba) url",
"required": true
},
"MODERATION_ON": {
"description": "Set this, if you want comments moderation",
"required": false
},
"DEMO_DATABASE_ID": {
"description": "ID of the notion database, to use on the demo page",
"required": false
}
}
}