Dear Sergey!
I hope you doing well.
Please let me to describe a case and problem which is connected my work with PHPRunner.
I develop an application todevelopersa and supporters which is connected directly to an oracle database with the user own username and password.
Generally our policy don't allow to put any sensitive data into the sourcecode. Like user name, passwords, ids or such things.
When the user started to use PHPRunner it is nessecery to create a database connection to use it. It will be the default connection. That is ok, that credential information is included the connectionmanager file after build. But when I dinamically use an other connection information what is readed a protected place (for example from an ini file or a key store), the default connection string left in the generated source code, which can be a security issue. While I can delete or edit a new server connection on the OUTPUT tab or screen, it is not allwed do this with the default connection.
I think it would be better that the user can control what data source should be include to the source code or it would be great if the user can be edit the default server connection data string.
I hope you can understand my problem and you can help to solve this problem.
Best Regards