mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
🔥 config: remove print error stack option (#8528)
no issue Stack printing was removed for now. The config options weren't cleaned up correctly.
This commit is contained in:
parent
4f9549fd7d
commit
216db60e74
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
},
|
||||
"privacy": false,
|
||||
"useMinFiles": true,
|
||||
"printErrorStack": false,
|
||||
"paths": {
|
||||
"contentPath": "content/"
|
||||
},
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
"useUpdateCheck": true
|
||||
},
|
||||
"useMinFiles": false,
|
||||
"printErrorStack": true,
|
||||
"caching": {
|
||||
"theme": {
|
||||
"maxAge": 0
|
||||
|
|
Loading…
Add table
Reference in a new issue