comp500 / tinymap

A lightweight server-side stateless web map
MIT License
28 stars 6 forks source link

Config not being saved to the config folder, nor is existing config being read. #7

Open Hi-ImKyle opened 3 years ago

Hi-ImKyle commented 3 years ago

Just setup a quick fabric server to try this, unfortunately I have 8080 mapped already so I needed a different port: 7070. So I checked the config folder and there isn't a tinymap.properties file, so I created it and added web_port=7070 just as the config in the source specifies and started the server, and it still tries to bind to 8080.

No errors mentioning creating the config file, just the netty saying it can't bind to 8080