Jumoo / Jumoo.TranslationManager.Issues

Public issue tracker for translation manager.
0 stars 0 forks source link

Read licence file info from app settings #45

Closed KevinJump closed 2 years ago

KevinJump commented 2 years ago

Add the ability to put the licence in appsettings.json

This location is only read if the licence file(s) are missing from /umbraco/licences.

 "Translation": {
    "Licence": {
      "Key": "XXXXXXX",
      "Domains": "XXXXX.co.uk"
    }
  }
KevinJump commented 2 years ago

In 10.1.