<veleiro>
there's nothing really to do for config files that include secrets/passwords within their config i guess? they obviously don't read from file in their final place
<infinisil>
veleiro: There's nothing builtin for that, but it's possible to read the secret at runtime and insert it into a temporary config file
<infinisil>
Which is then used to start the program