Skip to content

rapMURX123/AlienBlaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlienBlaster

A simple browser game with a C# ASP.NET Core backend and a SQL Server (MSSQL) database.
Highscores are stored using Entity Framework Core.


appsettings.json

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "DefaultConnection": "Server=yourserver;Database=yourdb;User Id=youruser;Password=yourpass;Encrypt=True;TrustServerCertificate=True;"
  },
  "AllowedHosts": "*"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors