forked from zneix/ServerGo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.yaml
83 lines (78 loc) · 2.76 KB
/
config.example.yaml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# 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/
# CORS Settings (only applies to GQL.)
cors_origins: []
cors_wildcard: true
# WebSocket Settings
websocket:
enabled: true
# 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:
featured_broadcast:
# Discord Credentials
discord:
# Webhooks, for logging activity to a discord channel
# Maps to webhooks.<webhook__name>, with slice value containing ID at index 0 and token at index 1
webhooks:
activity: [<webhook_id>, <webhook_token>]
alerts: [<webhook_id>, <webhook_token>]
devops_role_id: 000000000000000000
chatterino:
version: 7.3.4
stable:
win:
download: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.Installer.exe
portable_download: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.Portable.zip
updateexe: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.Installer.exe
linux:
download: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino-x86_64.AppImage
portable_download:
updateexe:
macos:
download: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.dmg
portable_download:
updateexe: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.dmg
beta:
win:
download: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.Installer.exe
portable_download: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.Portable.zip
updateexe: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.Installer.exe
linux:
download: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino-x86_64.AppImage
portable_download:
updateexe:
macos:
download: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.dmg
portable_download:
updateexe: https://github.com/SevenTV/chatterino7/releases/download/v7.3.4/Chatterino.dmg