Update config.ini.example

This commit is contained in:
danpros 2024-05-29 14:12:35 +07:00
commit 2ee255ade5

View file

@ -67,6 +67,9 @@ login.protect.system = "disable"
login.protect.public = ""
login.protect.private = ""
; Multi-factor authentication
mfa.state = "false"
; Pagination, RSS, and JSON
posts.perpage = "10"
category.perpage = "10"
@ -183,6 +186,12 @@ default.image = ""
; Favicon image
favicon.image = ""
; Autosave
autosave.enable = "true"
; Show HTMLy version
show.version = "true"
; Set the theme here
views.root = "themes/twentysixteen"