mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
22 lines
686 B
Plaintext
22 lines
686 B
Plaintext
{
|
|
hypnotoad => {
|
|
listen => ['http://0.0.0.0:8080'],
|
|
proxy => 1,
|
|
},
|
|
contact => '<contact>',
|
|
secrets => ['<secret>'],
|
|
length => 8,
|
|
provis_step => 5,
|
|
provisioning => 100,
|
|
token_length => 32,
|
|
max_file_size => <max_file_size>,
|
|
#piwik_img => 'https://piwik.example.org/piwik.php?idsite=1&rec=1',
|
|
default_delay => 1,
|
|
max_delay => 0,
|
|
prefix => '<webroot>',
|
|
allowed_domains => ['http://<domain>', 'https://<domain>'],
|
|
fixed_domain => '<domain>',
|
|
db_path => '/data/lufi.db',
|
|
upload_dir => '/files',
|
|
};
|