hamburghammer/gmon

Implement TOML loader for a config file

Closed this issue · 0 comments

Add the option to parse the configuration from a TOML file.

Needed options:

[stats]
endpoint="example.com"
token="xxx"
hostname="test"

[gotify]
endpoint="foo"
token="xxx"
....