forked from schn4ck/schnack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schnack.tpl.json
51 lines (51 loc) · 1.33 KB
/
schnack.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
48
49
50
51
{
"schnack_host": "https://schnack.example.com",
"page_url": "https://blog.example.com/posts/%SLUG%",
"port": 3000,
"database": {
"comments": "comments.db",
"sessions": "sessions.db"
},
"admins": [1],
"plugins": {
"auth-twitter": {
"consumer_key": "xxxxx",
"consumer_secret": "xxxxx"
},
"auth-github": {
"client_id": "xxxxx",
"client_secret": "xxxxx"
},
"auth-google": {
"client_id": "xxxxx",
"client_secret": "xxxxx"
},
"auth-facebook": {
"client_id": "xxxxx",
"client_secret": "xxxxx"
},
"auth-mastodon": {
"app_name": "your website name",
"app_website": "https://blog.example.com/"
},
"notify-pushover": {
"app_token": "xxxxx",
"user_key": "xxxxx"
},
"notify-webpush": {
"vapid_public_key": "xxxxx",
"vapid_private_key": "xxxxx"
},
"notify-slack": {
"webhook_url": "xxxxx"
},
"notify-sendmail": {
"to": "admin@blog.example.com",
"from": "schnack@blog.example.com"
}
},
"oauth": {
"secret": "xxxxx"
},
"date_format": "MMMM DD, YYYY - h:mm a"
}