Unable to start service
chiel1112 opened this issue · comments
Could you provide a bit more detail
From a first glance it looks like you have a syntax error in your yaml config file
as for more detail, this happens when i run abrechnung demo, abrechnung admin, and any other command other than --help
It looks like the indent of the email config block is a bit odd
did you use tabs? they may look the same optically but the yaml parser seems unhappy. try using spaces, or enable whitespace highlighting in your editor so you can spot the error. (this has nothing to do with Abrechnung, its just a yaml parsing error apparently)
retyping everything by hand has indeed worked, thank you for the help!