We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9def074 + 3b663a6 commit 128583fCopy full SHA for 128583f
1 file changed
src/template/config/settings.php
@@ -6,5 +6,9 @@
6
'error_email' => '<EMAIL ADDRESS>',
7
'i18n' => 'en_US',
8
'name' => 'Custom Project',
9
- 'server_timezone' => 'GMT'
+ 'server_timezone' => 'GMT',
10
+ 'history' => [
11
+ 'file' => true,
12
+ 'path' => 'log'
13
+ ]
14
];
0 commit comments