On 01/05/2017 19:35, Daniel Gruno 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?

Sounds like a sound improvement, +1
Thanks.

Regards.

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/

Reply via email to