diff --git a/src/Tgstation.Server.Host/Models/DatabaseContext.cs b/src/Tgstation.Server.Host/Models/DatabaseContext.cs index f4109b737a..a86f07fee6 100644 --- a/src/Tgstation.Server.Host/Models/DatabaseContext.cs +++ b/src/Tgstation.Server.Host/Models/DatabaseContext.cs @@ -143,7 +143,7 @@ namespace Tgstation.Server.Host.Models var wasEmpty = false; if (!databaseConfiguration.NoMigrations) { - Logger.LogWarning("Running in debug mode. Using all or nothing migration strategy!"); + Logger.LogWarning("Using all or nothing migration strategy!"); await Database.EnsureCreatedAsync(cancellationToken).ConfigureAwait(false); } else diff --git a/src/Tgstation.Server.Host/Properties/launchSettings.json b/src/Tgstation.Server.Host/Properties/launchSettings.json new file mode 100644 index 0000000000..16a477455d --- /dev/null +++ b/src/Tgstation.Server.Host/Properties/launchSettings.json @@ -0,0 +1,27 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:52906/", + "sslPort": 0 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Tgstation.Server.Host": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "http://localhost:52907/" + } + } +} \ No newline at end of file diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj index a68eac4eb5..b25b2b43de 100644 --- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj +++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj @@ -1,7 +1,6 @@ - + - Exe netcoreapp2.0 Full 4.0.0.0 @@ -43,11 +42,6 @@ - - - - -