Is recomended to use secrets to store sensitive information like database credentials used in your sources. You can add secrets to your project by running the following command:
Copy
latitude secrets add LATITUDE__SECRET_1=secret_value LATITUDE__SECRET_2=secret_value
Secrets are stored encrypted in our cloud infrastructure. They’re only accessible by your app when is deployed
Whenever you add/change a secret, you need to redeploy your app