MDevelopmentGroup / Atom-COS-Studio

MIT License
2 stars 1 forks source link

Hardcoded "broker" URI #7

Closed tsafin closed 10 years ago

tsafin commented 10 years ago

node_modules/Studion-API/StudioAPI.js has this hard-coded value uesd for broker URI:

   var Broker = {
     server :'http://localhost:57772/mdg-dev/',

And apparently totallly ignores .config JSON values with redefined URI.

tsafin commented 10 years ago

Hmm, I see it's being tried to be saved upon Config dialog close (lib/cache-studio-view.caffee) namespace: ->

    StudioAPI.server=@Config.UrlToConnect

But by some reason it was not working for me.

tsafin commented 10 years ago

Fixed by 2f0b17e2802634c9151fa351fda2c293e5054895. Consider to merge my pulldown