zipline/config.example.toml

20 lines
341 B
TOML
Raw Normal View History

2021-06-23 13:20:20 -05:00
[core]
secure = true
secret = 'changethis'
2021-06-23 13:20:20 -05:00
host = '0.0.0.0'
port = 3000
2021-08-28 13:32:09 -05:00
database_url = 'postgres://postgres:postgres@postgres/postgres'
2021-06-23 13:20:20 -05:00
[urls]
route = '/go'
length = 6
2021-06-23 13:20:20 -05:00
[uploader]
route = '/u'
embed_route = '/a'
length = 6
directory = './uploads'
user_limit = 104900000 # 100mb
admin_limit = 104900000 # 100mb
disabled_extentions = ['jpg']