-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.yaml
More file actions
57 lines (45 loc) · 1.12 KB
/
demo.yaml
File metadata and controls
57 lines (45 loc) · 1.12 KB
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
52
53
54
55
56
57
# Log Level
level: "info"
# Redis Settings
redis_uri: "redis://username:password@url/db"
# MongoDB Settings
mongo_uri: "mongodb://username:password@url:port/?authSource=db"
mongo_db: "db"
# HTTP Server Settings
conn_uri: "0.0.0.0:8080"
conn_type: "tcp"
# URL to the web-app
website_url: "https://example.com/"
# Cookie settings
cookie_domain: "example.com"
cookie_secure: true
# Twitch Credentials
twitch_redirect_uri: "https://example.com/twitch/login/callback"
twitch_client_id: ""
twitch_client_secret: ""
# The temporary file storage folder, used whilst uploading emotes
temp_file_store: "./tmp"
# JSON Web Token Secret
# For signing and validating user access tokens
jwt_secret: ""
# Define Rate Limits
limits:
meta:
channel_emote_slots: 150
# AWS/S3 Credentials
aws_akid: ""
aws_endpoint: ""
aws_secret_key: ""
aws_session_token: ""
aws_region: "eu-central-1"
aws_cdn_bucket: ""
# Discord Credentials
discord:
# Webhook, for logging activity to a discord channel
# 0: webhook id
# 1: webhook token
webhook: ["<webhook_id>", "<webhook_token>"]
chatterino:
version: "7.0.0"
portable_download: ""
update: ""