Hi there,
It is best practice that you create three string constants: 1 for your URL or path, 1 for your username and 1 for your password. When using the database connectors, you set the fields to the constants. Do not expose these constant to the client, as this can have security implications.