Not just for not technically minded people (and techies too) but also easier (possibly) to handle during automated deployments.
You got my +1 here. U On Mon, May 1, 2017, 12:35 Daniel Gruno <[email protected]> wrote: > While having a cup of coffee on the balcony, I got to thinking - would > it make sense for us to convert the PM UI configuration to yaml instead > of a .lua file? It should make it less arcane to edit for non-techies. > > The config could be something like this: > > # ElasticSearch settings > database: > host: "http://localhost:9200/" > db: "ponymail" > secure: false > > # Outgoing email settings > smtp: > host: "localhost:25" > accepted_domains: > - "apache.org" > - "*.apache.org" > > # User Interface settings > ui: > wordcloud: false > slow_count: true > > etc etc :) > > thoughts? > > With regards, > Daniel. >
