Where is Connection Ifno

When the project is uploaded to the production server, where the connection information (database, user, password) is stored ?
ARTHUR

Once you deploy, you have to connect to Production enviroment ( yoururl/_lib ) and create the connetion there. You can’t edit this data outside Scriptcase.

It’s stored within one of the _lib directories. But you can’t edit it as it is encrypted.

_lib/conf/prod.config.php

I gave it a quick look and it doesn’t look encrypted (db connections passwords inside it are encrypted)

I’ve seen this file but I could not figure out if this is the one that stores connection info.