mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-07-06 01:41:30 +02:00
17 lines
709 B
Perl
17 lines
709 B
Perl
# vim:set sw=4 ts=4 sts=4 ft=perl expandtab:
|
|
{
|
|
hypnotoad => {
|
|
listen => ['http://127.0.0.1:8080'],
|
|
user => 'www-data',
|
|
group => 'www-data'
|
|
},
|
|
contact => 'John Doe, admin[at]example.com',
|
|
secrets => ['fdjsofjoihrei'], # please provide a random string
|
|
piwik_img => 'https://piwik.example.org/piwik.php?idsite=1&rec=1', # optional, only the piwik image tracker is allowed, no javascript
|
|
length => 8, # optional
|
|
provis_step => 5, # optional
|
|
provisionning => 100, # optional
|
|
hosted_by => 'My super hoster <img src="http://hoster.example.com" alt="Hoster logo">', # optional
|
|
tweet_card_via => '@framasky' # optional
|
|
};
|