sensitive information in the Runtime module

Hello, Is it safe to put mysql url, username, password information in the Rumtine function? I need to connect to another service and send data to that database. thank you

The question is a bit vague, there are many considerations that need to be taken to ensure that the server is production-ready and secure. Assuming the necessary security measures/configurations are in place, storing this information in memory should be ok.