Jumoo/jumoo-docs

[QUERY] uSync.Publisher Config docs query

Closed this issue · 1 comments

Hi @KevinJump

I was reading the docs for uSync.Publisher Config and it states for uSync 9 and 10 is that the case for all versions up from v9, so v13 as well? If not, where is v13 config stored as I couldn't spot that in the docs?

If it is the case, are you happy for me to update the docs to read for uSync 9+ ?

Thanks

Nik

Just for completeness (and so we remember to update the docs).


The sending server will look in the appsettings for uSync:Publisher:Servers:{serverAlias}:AppId and "uSync:Publisher:Servers:{serverAlias}:AppKey and if they are not there it uses the default values (so the 'normal' ones.

e.g

"Publisher": {
  "Servers": {
    "live": {
      "AppId": "649a7ef0-9b31-4236-8c0a-5449fc767786",
      "AppKey": "CKMpw1imuQvPfq8rPO4ipw9mcdahFATdimD4UL6MOFA=","
    }
  }

The target server will as "normal" need these keys in publisher/settings

e.g.

    "Publisher": {
      "Settings": {
        "IncomingEnabled": true,
        "AppId": "649a7ef0-9b31-4236-8c0a-5449fc767786",
        "AppKey": "CKMpw1imuQvPfq8rPO4ipw9mcdahFATdimD4UL6MOFA=",