JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

take ip-address from settings json #196

Closed thoma5B closed 8 years ago

thoma5B commented 8 years ago

Hi there, great etherpad-hero,

the ip-address in server.js was still hard-code. Minor change to take actually the one from settings.json.

Thanks, Thomas

JohnMcLear commented 8 years ago

Thanks!