fossasia / loklak_webclient

loklak web application
http://loklak-web.herokuapp.com
MIT License
1.56k stars 49 forks source link

Bug: Incorrect domain port in configFile.json #565

Closed sopankhosla closed 8 years ago

sopankhosla commented 8 years ago

"domain": "http://localhost:3001" --> "domain": "http://localhost:3000" Since the site is opened on port 3000, the domain name should be put accordingly. Therefore port should be changed to 3000.