chuushi / CoreProtect-Lookup-Web-Interface

A flexible lookup web interface for CoreProtect 2
MIT License
50 stars 14 forks source link

path sqlite | question #33

Open TofaToP opened 3 years ago

TofaToP commented 3 years ago

Hello, I have a question. I have an external database, which path I need to specify in the "path" configuration

tomas-kucera commented 3 years ago

Can you be more specific? Is the DB sitting on the same machine? What is the OS? Can you access the file from the web host using OS commands or do you need to do some kind of FTP?

chuushi commented 3 years ago

Hi, the path configuration is only for SQLite. The Minecraft server with .db file must be on the same server as the webserver to use the path option.

If you're using MySQL, you do not need to configure path, as this will be ignored.

Let me know if this clears it up. Thanks!