See title. Would be helpful for integration with [Secrets](https://docs.docker.com/compose/how-tos/use-secrets/). For example: ```yaml [auth.fetch] token.literal = "qwertyuiop1234567890" ``` ```yaml [auth.fetch] token.file = "/run/secrets/auth_token" ```