Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 683 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 683 Bytes

BelowDeckAPI

Backend for my React CMS Client

You need to setup configure appsettings.json with the following information:

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "ConnectionStrings": {
    "CMSDatabase": "Data Source = localhost; Initial Catalog = DATABASE; User Id = USERNAME; Password = PASSWORD;"
  },
  "ClientSecrets": {
    "Value": "LONGSTRING",
    "Issuer": "BelowDeckAPI",
    "Audience": "BelowDeckAPI"
  },

  "AllowedHosts": "*"
}
During the inital database setup a admin user is setuped:

Username: Admin Password: admin123