Void/config.example.toml

27 lines
430 B
TOML
Raw Permalink Normal View History

2021-09-20 04:01:26 +00:00
[core]
secure = false
secret = 'supersecretpassphrase'
host = '0.0.0.0'
port = 3000
database_url = 'postgres://postgres:postgres@postgres/postgres'
2021-09-20 04:01:26 +00:00
2021-09-25 12:35:49 +00:00
[bot]
enabled = false
prefix = '&'
token = ''
admin = ['']
log_channel = ''
default_uid = 1
hostname = 'example.com'
[shortener]
allow_vanity = true
length = 6
route = '/go'
2021-09-25 12:35:49 +00:00
2021-09-20 04:01:26 +00:00
[uploader]
raw_route = '/r'
2021-09-20 04:01:26 +00:00
length = 6
directory = './uploads'
2021-10-15 06:34:03 +00:00
max_size = 104857600
2021-09-20 04:01:26 +00:00
blacklisted = ['exe']