diff --git a/config/net.rec.plugin.cfg b/config/net.rec.plugin.cfg new file mode 100644 index 0000000..4b6d1bd --- /dev/null +++ b/config/net.rec.plugin.cfg @@ -0,0 +1,49 @@ +## Settings file was created by plugin RecNet Plugin v1.0.0 +## Plugin GUID: net.rec.plugin + +[Advanced] + +## Allows other fields below in the advanced section to be modified. +# Setting type: Boolean +# Default value: false +Enabled Advanced Settings = false + +## Custom Photon NameServer +# Setting type: String +# Default value: +Photon NameServer = + +## Custom Photon NameServer Port (if 0, it will be default) +# Setting type: Int32 +# Default value: 0 +Photon NameServer Port = 0 + +## Show debug logs (HTTP tracing, etc. WARNING: will include sensitive information such as passwords and auth tokens in the logs, be careful when sharing them!) +# Setting type: Boolean +# Default value: false +Debug = true + +[Photon] + +## Photon Realtime App ID +# Setting type: String +# Default value: +App Id Realtime = 8f322bdb-2b1f-4c27-a232-01436f43d14e + +## Photon Voice App ID +# Setting type: String +# Default value: +App Id Voice = 6b4682e1-a1a9-4e04-b44a-6db0049a4df3 + +## Photon Chat App ID +# Setting type: String +# Default value: +App Id Chat = 55fae86e-0459-4f97-bf6c-39c9341da6ef + +[Server] + +## Host for the RecNet NameServer. +# Setting type: String +# Default value: https://ns.rec.net +RecNet NameServer Host = https://ns.recflare.net + diff --git a/research/RecNet API.postman_collection.json:Zone.Identifier b/research/RecNet API.postman_collection.json:Zone.Identifier deleted file mode 100644 index d6c1ec6..0000000 Binary files a/research/RecNet API.postman_collection.json:Zone.Identifier and /dev/null differ