aboutsummaryrefslogtreecommitdiffstats
path: root/config.json.example
blob: 6349b601c8eb59c9d9445b80b47bf27b92098e1a (plain)
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
{
    "discord_webhook": "https://discord.com/api/webhooks/*********************/******************************************************",
    "redditapi":
    {
        "client_id": "***************",
        "client_secret": "************************",
        "user_agent": "SmallYTChannelBot",
        "username": "SmallYTChannelBot",
        "password": "*******************"
    },
    "imgurapi":
    {
        "client_id": "***************",
        "client_secret": "********************************"
    },
    "youtubeapi":
    {
        "developer_key": "******************************"
    },
    "subreddit": "SmallYTChannel",
    "comment_tail": "\n\n\n ^/u/SmallYTChannelBot ^*made* ^*by* ^/u/jwnskanzkwk. ^*For* ^*more* ^*information,* ^*read* ^*the* ^[FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)",
    "free_flairs":
    [
        "Discussion",
        "Meta", 
        "Collab"
    ],
    "mysql":
    {
        "host": "mysql",
        "port": 3306,
        "user": "root",
        "passwd": "******************",
        "database": "SmallYTChannel"
    },
    "min_comment_len": 120,
    "lambda_cost": 1
}