3
0
Fork 0

fix: comment out app_title in default wutta.conf for installer

it is rarely useful here since new generated apps will set app_title
via config extension; and it's editable in web admin UI anyway
This commit is contained in:
Lance Edgar 2026-01-27 16:29:31 -06:00
parent b09b991d15
commit 7734ee3b75

View file

@ -42,7 +42,7 @@ ${self.sectiongroup_logging()}
<%def name="section_wutta()"> <%def name="section_wutta()">
[wutta] [wutta]
app_title = ${app_title} #app_title = ${app_title}
</%def> </%def>
<%def name="section_wutta_config()"> <%def name="section_wutta_config()">