Error while pushing Azure ServiceBus connection string on github.
I have added Azure ServiceBus in my project while pushing github don't allow to push to git.
3 Replies
why would you want to push a secret like a connection string to github?
sounds like it's doing you a favor
you should never include credentials in your repo
So where can I store environmental variables?
in your environment
put them in a config file, set them in the user environment variables, store them in azure key vault, etc
just don't check them into version control