Hacker News new | ask | show | jobs
by ehutch79 1310 days ago
credentials should never be committed. By the time you're ready to commit code, you should be reading from the environment or a config outside of the codebase, or at least .gitignore'd

Once that key is in your git history, it's in the history. You might be able to edit it, but it's going to be a nightmare to do it.

1 comments

I'm not sure why you're referring to committed. The model is being evaluated on the server, with content you haven't yet committed.