Who has read access for the DB

The only person who has access to the data on one of our servers is me (the server creator) and someone with the secret access key correct?

Having the serverURL and appID does not let just anyone view data inside?

I am asking because I want to use moralis to store physical addresses of users for shipping items. Looking for best practices to ensure users’ sensitive data is protected

Hello have a read here: FAQ - Moralis

@DegenDeveloper, you have to set the proper access rights, some tables are accessible for everyone depending on the ACL and CLP that is set.

https://docs.moralis.io/moralis-dapp/database/permissions check this article explaining