Skip to content

Settings

Josh edited this page Apr 13, 2023 · 2 revisions
  • Client settings stored in WFBC.Client/wwwroot/appsettings.json.
  • Server settings stored in WFBC.Server/appsettings.json.
  • Settings can be overwritten in development with Secrets in Visual Studio.
    • Left click on project > Manage User Secrets
  • Secrets should follow the same object structure as appsettings.json but needs only relevant key/value pairs.
  • On Mac, use terminal:
    • dotnet user-secrets set "DatabaseSettings:DatabaseName" "wfbc"
Clone this wiki locally