forked from schn4ck/schnack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.tpl.json
executable file
·47 lines (47 loc) · 1.16 KB
/
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
41
42
43
44
45
46
47
{
"schnack_host": "https://schnack.example.com",
"page_url": "https://blog.example.com/posts/%SLUG%",
"database": {
"comments": "comments.db",
"sessions": "sessions.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"
},
"mastodon": {
"app_name": "your website name",
"app_website": "https://blog.example.com/"
}
},
"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"
}