Customize folder setup
This commit is contained in:
parent
445db7d1bf
commit
302c150790
29 changed files with 49 additions and 15 deletions
0
site/cache/index.html
vendored
0
site/cache/index.html
vendored
10
site/config/config.julienmonnerie.com.php
Normal file
10
site/config/config.julienmonnerie.com.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
// Kirby configuration settings (production environment)
|
||||
'debug' => false,
|
||||
// Matomo plugin options (critical keys)
|
||||
'sylvainjule.matomo' => [
|
||||
// 'token' => 'a3d53082e369334813c0ed93d5a80db6'
|
||||
]
|
||||
];
|
10
site/config/config.julienmonnerie.test.php
Normal file
10
site/config/config.julienmonnerie.test.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
// Kirby configuration settings (development environment)
|
||||
'debug' => true,
|
||||
// Matomo plugin options (critical keys)
|
||||
'sylvainjule.matomo' => [
|
||||
// 'token' => 'a3d53082e369334813c0ed93d5a80db6'
|
||||
]
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue