-
|
Maybe I missed this in the docs. Is there a way I could use yaml config along side with environment variables for I tried the following and I get the error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @spongenee ! Currently the environment and the yaml configurations can't be used together, it's either one or the other. We have an issue open to add support for referencing environment variables within the yaml configuration file to prevent exposing sensitive data: You can use the workaround suggested by skeggr in order to get it working for now 🙏 Thank you! 💟 |
Beta Was this translation helpful? Give feedback.
Hi @spongenee !
Currently the environment and the yaml configurations can't be used together, it's either one or the other. We have an issue open to add support for referencing environment variables within the yaml configuration file to prevent exposing sensitive data:
You can use the workaround suggested by skeggr in order to get it working for now 🙏
Thank you! 💟