SourceMod-Store / WebPanel-Core

The Core for the New WebPanel
GNU Affero General Public License v3.0
6 stars 4 forks source link

Issue stemming from lack of ability to modify DB ports in installer #28

Open SSJ3Bane opened 4 years ago

SSJ3Bane commented 4 years ago

As the title suggests, the inability to change the DB port for the panel and the store prevent the app from being used by GSPs that change their DB ports for security. Adding the feature to change the port used would fix this issue. Expected behaviour: Webpanel connects to DB on port 3306. Actual behaviour: Webpanel errors due to DB running on other port.

Hackmastr commented 4 years ago

It should be easy to make this editable. I'll fix it when I get time. Not sure if I can push to this repo tho.