Closed Weathercold closed 2 years ago
Currently, to use a toml config file, I need to either specify it on the command line or create a config.yaml that imports config.toml. Please add config.toml to the search path so that it can be used as the default config file.
config.yaml
config.toml
Sure I'll add this to the next release. You could also potentially use the environment variable DOTDROP_CONFIG btw.
DOTDROP_CONFIG
Thank you. I tested and it works.
Currently, to use a toml config file, I need to either specify it on the command line or create a
config.yaml
that importsconfig.toml
. Please addconfig.toml
to the search path so that it can be used as the default config file.