SQLITE production setup

This is SQLite Project. Everything works fine on Localhost.
Deployed to the server. Trying to configure connection.

I have my Apps file here
/MySite.com/apps

I have my database file here
/MySite.com/apps/Files

The dB filename is: MySQlite1.db

What do I need to put in the PATH: ???
whatever I try gives me an error (when testing), then if I just pub plain dB name like: MySQlite1.db there is no erron and test completes, but when I open the App I get: “SQL logic error or missing database”

Arthur