Keeping your access keys safe in production.
inputs
when creating a prediction on the backend..env
file in the root of your project and store your access key like this:
.env
file:
.env
file is never committed to version control by adding it to your .gitignore
: