Access data from PhotonServer.config

Options
VicToMeyeZR
edited September 2013 in Photon Server
Is it possible yet to access the data in the PhotonServer.config XML file via code? I saw a post from 2011 that said you would open that up, but can't find anything since. I would REALLY prefer to pull that info from there vs a hard code on my applications.

Thanks

Comments

  • Sorry for the late response!

    No, we have not implemented that feature (and as far as I know, it's not on our stack at the moment).

    But you could of course write your own simple XML reader class in your app and just parse the config file, it should not be that much work at all. :)
  • Yes, thank you. I actually planned that, but I wanted to check with y'all first.

    Thank you for the clear up.