.env file in with config file?

Hello,

I would like to use a .env file in my Traefik dashboard route configuration. And also my ACME settings in the static config file (which also have my email address). The reason is I'm going to push those files in a public git repo and I don't want my host dns name (not so important) and my email address (very important) known by others. I know I can do all setting with CLI and/or environment variables but I would like to avoid it as much as possible because it lost the structure and format in some sense.

Thank you.