How to push code to Github hiding the API keys?

后端 未结 4 1627
死守一世寂寞
死守一世寂寞 2020-12-04 22:12

I want to push some codes to my GitHub Repository. These codes are in different languages like Javascript, Java, Python etc. Some of t

4条回答
  •  星月不相逢
    2020-12-04 22:23

    You can add enviornment variables in your server to hide your API keys. All popular programming languages have default methods to acess the enviornment variables.

提交回复
热议问题