Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
MIT License
198 stars 14 forks source link

[Feature]: Warning open source users about appsettings.Development.json #134

Closed Strypper closed 1 year ago

Strypper commented 1 year ago

Description

Add information inside the installation section in README.md guide the users how to create the appsettings.Development.json file and this file will not contain any private key

Public API Changes

{
  "AppSettings": {
    "SyncfusionKey": "Your_syncfustion_key"
  }
}

Intended Use-Case

Help user build our application