13 lines
229 B
Plaintext
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,
|
|
];
|