symphony-of
symphony-of copied to clipboard
What is purpose of symphony-launch.json
I noticed the symphony-launch.json config file in the public directory
Just for fun I tried to run it
openfin -l -c public/symphony-launch.json
I got lots of console output including the line
Failed Provisional Load: http://localhost:8080/symphony-launch.html, error_code: -102, error_description: , showing_repost_interstitial: 0, frame_id: 1
There is no documentation about it. I'm curious as to what it for!
It would launch targeting the symphony-launch.html page which is a deprecated UI component that would allow you to put your pod URL in. The now recommended approach is just updating your POD Url in the app.json (See: README).
Ah OK so its no longer needed - I'll ignore it then. Is it worth removing to avoid future confusion?
Yeah just confirming it's not hosted anywhere anymore, it technically still works =)