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:
parent
b09b991d15
commit
7734ee3b75
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ ${self.sectiongroup_logging()}
|
|||
|
||||
<%def name="section_wutta()">
|
||||
[wutta]
|
||||
app_title = ${app_title}
|
||||
#app_title = ${app_title}
|
||||
</%def>
|
||||
|
||||
<%def name="section_wutta_config()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue