|
61 | 61 | //'separator' => ':', // Separator for tree view (optional) |
62 | 62 | ], |
63 | 63 | ], |
64 | | - //'apcuseparator' => ':', // Separator for tree view (optional) |
| 64 | + 'apcuseparator' => ':', // Separator for tree view (optional) |
65 | 65 | // Example of authentication with http auth. |
66 | 66 | /*'auth' => static function (): void { |
67 | 67 | $username = 'admin'; |
|
149 | 149 | 'panelrefresh' => 30, // In seconds, refresh interval for panels - default 30 |
150 | 150 | 'metricsrefresh' => 60, // In seconds, refresh interval for metrics - default 60 |
151 | 151 | 'metricstab' => 1440, // Default tab in metrics, 60 - Last hour, 1440 - Last day, 10080 - Last week, 43200 - Last month - default 1440 |
152 | | - 'hash' => 'pca', // Any random string to secure a metrics DB file |
153 | | - 'tmpdir' => __DIR__.'/tmp', |
154 | | - //'pcapath' => 'vendor/robinn/phpcacheadmin/', // Path to the package when installed via composer. User for assets. |
155 | | - //'url' => '/', // URL to the package, e.g., /phpcacheadmin |
| 152 | + 'hash' => 'pca', // Any random string to secure a metrics DB file. |
| 153 | + 'metricsdir' => __DIR__.'/tmp/metrics', // Directory for metrics DB files. |
| 154 | + 'twigcache' => __DIR__.'/tmp/twig', // Directory for Twig cache files. |
| 155 | + //'pcapath' => 'vendor/robinn/phpcacheadmin/', // Path to the package when installed via composer. Used for assets. |
| 156 | + //'url' => '/', // URL to the dashboard when installed via composer, e.g., /phpcacheadmin |
156 | 157 | ]; |
0 commit comments