When duplicating a Mendix app database locally using PostgreSQL, I noticed that configuration data for individual project members is stored. Is there a way to keep this configuration data only in the local environment and prevent it from being shared with team members? For example, I would like to know appropriate approaches such as managing configuration files or excluding specific data.
From my point of view I wanna see config of my colleagues e.g. they add some constant that I can just copy-past or duplicated config, but if there input password for postgres anything different then pass or 123456 e.g. they personal password of email, I have no answer to that :(