Files
IsItMaintained/app/config/parameters.php.dist
2014-09-16 19:22:51 +12:00

13 lines
229 B
Plaintext

<?php
// Copy that file to parameters.php
return [
'github.auth_token' => null,
// If you want to enable Piwik tracking:
'piwik.enabled' => true,
'piwik.host' => 'some-host.com',
'piwik.site_id' => 123,
];