forked from schn4ck/schnack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.tpl.json
40 lines (40 loc) · 986 Bytes
/
config.tpl.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
{
"schnack_host": "https://schnack.mysite.com",
"page_url": "https://blog.mysite.com/posts/%SLUG%",
"database": "comments.db",
"port": 3000,
"admins": [1],
"oauth": {
"secret": "xxxxx",
"twitter": {
"consumer_key": "xxxxx",
"consumer_secret": "xxxxx"
},
"github": {
"client_id": "xxxxx",
"client_secret": "xxxxx"
},
"google": {
"client_id": "xxxxx",
"client_secret": "xxxxx"
},
"facebook": {
"client_id": "xxxxx",
"client_secret": "xxxxx"
}
},
"notify": {
"pushover": {
"app_token": "xxxxx",
"user_key": "xxxxx"
},
"webpush": {
"vapid_public_key": "xxxxx",
"vapid_private_key": "xxxxx"
},
"slack": {
"webhook_url": "xxxxx"
}
},
"date_format": "MMMM DD, YYYY - h:mm a"
}