-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello! Great work on this super useful tool!
I am following the instructions for the docker setup, which includes editing the config.properties file.
The sample config here gives some hints, but I'm having trouble getting a server instance up and running. I think it has to do with the server not being able to connect to the db.
Would you be able to provide a complete server config sample, with the values filled in. This is especially true for those of us who are not familiar with Java syntax. For example, I can't tell if database.server = mysql should be like that, or database.server = http://mysql.
Additionally, the sample docker-compose file exposes port 9306, while the config.properties suggests that it should be 3306.
In any case, it would be nice to have a minimalist config.properties that could get a new user like me up and running quickly.