2021-06-23 13:20:20 -05:00
|
|
|
[core]
|
|
|
|
secure = true
|
2022-06-05 00:05:08 -05:00
|
|
|
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
|
|
|
|
2021-10-03 13:41:50 -05:00
|
|
|
[urls]
|
|
|
|
route = '/go'
|
|
|
|
length = 6
|
|
|
|
|
2021-06-23 13:20:20 -05:00
|
|
|
[uploader]
|
|
|
|
route = '/u'
|
|
|
|
embed_route = '/a'
|
|
|
|
length = 6
|
2021-08-28 23:02:04 -05:00
|
|
|
directory = './uploads'
|
|
|
|
user_limit = 104900000 # 100mb
|
|
|
|
admin_limit = 104900000 # 100mb
|
2021-10-03 13:41:50 -05:00
|
|
|
disabled_extentions = ['jpg']
|