Skip to content

Commit 128583f

Browse files
committed
Merge branch '1.0'
2 parents 9def074 + 3b663a6 commit 128583f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/template/config/settings.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
'error_email' => '<EMAIL ADDRESS>',
77
'i18n' => 'en_US',
88
'name' => 'Custom Project',
9-
'server_timezone' => 'GMT'
9+
'server_timezone' => 'GMT',
10+
'history' => [
11+
'file' => true,
12+
'path' => 'log'
13+
]
1014
];

0 commit comments

Comments
 (0)