Allow for environment variables to set settings #1370
ngriffiths13
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
This is something we want to do: bridge CLI args, .marimo.toml, and env variables into one resolved config. we just havent gotten to it yet |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be really convenient to allow for the use of environment variables to define settings. Specifically I think this would be useful when deploying via Docker. I don't really care about most of the marimo settings when deploying an app because I am no longer developing, but would love to easily be able to do something like:
ENV MARIMO_THEME="dark"
Beta Was this translation helpful? Give feedback.
All reactions