Location of connection database (v2023)

Dear all
i’ve use phpmaker 2023,
where is the location of file to setup the connection like :
hostname :
port :
user name :
password :

like in phpmaker 2020 in : \clasess\MySqlConnection.php

You may check src/config.production.php file (assume you have already setup production for ENVIRONMENT config in src/config.php file).

Otherwise you may check src/config.development.php file if you setup development in that config file.

In addition, you may also check whether you write your code in Database_Connecting server event (if any) in src/userfn.php file.