mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 23:25:41 +00:00
initial commit
This commit is contained in:
24
lutim/lutim.conf
Normal file
24
lutim/lutim.conf
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
hypnotoad => {
|
||||
listen => ['http://0.0.0.0:8181'],
|
||||
},
|
||||
contact => '<contact>',
|
||||
secrets => ['<secret>'],
|
||||
length => 8,
|
||||
crypto_key_length => 8,
|
||||
provis_step => 5,
|
||||
provisioning => 100,
|
||||
anti_flood_delay => 5,
|
||||
max_file_size => <max_file_size>,
|
||||
allowed_domains => ['http://<domain>', 'https://<domain>'],
|
||||
default_delay => 1,
|
||||
max_delay => 0,
|
||||
always_encrypt => 1,
|
||||
token_length => 24,
|
||||
stats_day_num => 365,
|
||||
keep_ip_during => 365,
|
||||
policy_when_full => 'warn',
|
||||
prefix => '<webroot>',
|
||||
db_path => '/data/lutim.db',
|
||||
delete_no_longer_viewed_files => 90
|
||||
};
|
Reference in New Issue
Block a user