[GIT] add even more dependencies and basic project structure
This commit is contained in:
parent
9f5109d65f
commit
b6a4368226
22 changed files with 3100 additions and 2 deletions
13
site/config/config.localhost.php
Normal file
13
site/config/config.localhost.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?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);
|
Loading…
Add table
Add a link
Reference in a new issue