GFlisch / Arc4u.Guidance.Doc

Other
5 stars 1 forks source link

The key in the data protection store is the same for all environments #213

Closed vvdb-architecture closed 5 months ago

vvdb-architecture commented 9 months ago

In all environments, the appsettings.{environment}.json contains the following:

      "CacheStore": {
        "CacheKey": "DataProtection-Solution2-Development-Store",
        "CacheName": "Volatile"
      }

It's a bit strange that the name always has Development in it, and not the name of the corresponding environment.

vvdb-architecture commented 7 months ago

Confirmed fixed in ACC