Question is, which file contains the DB connection (Host, DBUser, DB Pass and DBName ) details that I can manually edit when I move files onto a different server.
If I don’t want to use the inbuilt FTP system in Wappler, what files do I need to edit manually for my application to work when moved to different server?
You should be able to edit the database connection directly in Wappler by editing the database connection step.
However, if you still need to edit the file directly, it is located in dmxConnect > modules > Connections.
As far as FTP goes, as long as the file structure is intact, you should be able to upload it using any FTP program, the only thing that needs to be edited is the database connection file.
@scott upon examining the dmxConnect\modules\Connections\connection1.php
I see the code below on line 10. Since there is no password in this connection string, will it still work?