@@ -346,6 +346,7 @@ The visualization service can be accessed under:
There is one last thing to do before visualization service is available. Login to the admin panel, go to server -> webserver and activate the websocket service. Click sumbit button and restart button. After that, the visualization service is good to go.
Note there is a file `./docker/World.zone.xml`. It's a config file generated by smartfox after following the instruction in previous `Configuration` section. If you want to change any configuration, simply use the smartfox admin panel will do the work.
Although this smartfox image is currently set to use SQLite as default database, one can also use Postgres as database. To do so, follow step 3 of Server configuration above, when it comes to __Connection string__ setting, instead of using
`jdbc:postgresql://localhost:5432/mmosim`, use `jdbc:postgresql://postgres:5432/server` as __Connection string__.