-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.toml.example
53 lines (46 loc) · 1.94 KB
/
project.toml.example
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
[config]
log_level = 4 # log level # 0 = none, 1 = critical, 2 = error, 3 = warning, 4 = info, 5 = debug
dev_bypass = true # bot owner bypasses all permission checks
base_guilds = [] # additional guilds that small are allowed in (e.g. emote server)
git_branch = 'master' # git branch to pull from
github_secret = '' # github webhook secret
pluralkit_token = ''
contact_email = '' # email used in pk user agent
dm_proxy_channel = 0 # channel to proxy dms to, must be forum channel
primary_bot_id = 0 # primary bot id, should be the only bot with access to dm proxy channel
scripted_auto_response_repo = '' # repo to pull scripted auto responses from and to direct users to
base_version = [4,0,0] # base version to start with when counting commits
start_commit = '' # commit to start counting from
live_reload = false # reloads extensions on file change
[webhooks]
support = '' # forum channel where issues and suggestions are sent
support_issue_tag = 0 # tag id for issues
support_suggestion_tag = 0 # tag id for suggestions
updates = '' # announcement channel where updates and change-logs are sent
errors = '' # error channel where errors are sent
dm_proxy = '' # webhook to send dms to
[mongo]
uri = ''
[api]
url = 'http://localhost:8080' # crapi backend server
[parseable]
base_url = '' # parseable logstream uri
token = '' # parseable auth token
logstream = 'dev1'
logstream_padding = -1 # padding to keep all loggers the same length; -1 = auto
[saucenao]
api_key = '' # saucenao api key
[google_cloud] # required for tts extension
type = 'service_account'
project_id = ''
private_key_id = ''
private_key = ""
client_email = ''
client_id = ''
auth_uri = 'https://accounts.google.com/o/oauth2/auth'
token_uri = 'https://oauth2.googleapis.com/token'
auth_provider_x509_cert_url = 'https://www.googleapis.com/oauth2/v1/certs'
client_x509_cert_url = ''
[developer]
dev_mode = false # if enabled, only loads certain extensions
dev_extensions = [] # extensions to load in dev mode