Is there anything special about the "publicTemplates" key? #1917
Unanswered
curiosport
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a .toml file with multiple slices, similar to this:
When I run the following code:
I get this result:
For the
public
key I understand what it is because it is an environment variable in Windows, however I do not understand why, in the case of thepublicTemplates
andtemplates
keys, Viper does not recognize them if they are declared in the configuration file and are not environment variables?Beta Was this translation helpful? Give feedback.
All reactions