valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
225 stars 23 forks source link

Configuration module #231

Open arteymix opened 2 years ago

arteymix commented 2 years ago

Provide basic APIs for loading configuration that can be loaded into the router's global context.

GLib supports reading config files via GLib.KeyFile with generic GValue.