1
0
Fork 0
web-jbeyerstedt/site/config/config.localhost.php

14 lines
181 B
PHP

<?php
// config deltas for localhost:
c::set('debug', true);
c::set('cache', false);
c::set('ssl', false);
/*
Piwik Plugin configuration
*/
c::set('spicy.piwik.active', false);