diff --git a/RazorPagesMovie/appsettings.Staging.json b/RazorPagesMovie/appsettings.Staging.json new file mode 100644 index 0000000..23e24c7 --- /dev/null +++ b/RazorPagesMovie/appsettings.Staging.json @@ -0,0 +1,11 @@ +{ + "ConnectionStrings": { + "RazorPagesMovieContext": "Server=sqlserver,1433;Database=RazorPagesMovieContext;User Id=sa;Password=YourPassword123!;TrustServerCertificate=True" + }, + "Logging": { + "LogLevel": { + "Default": "Warning", + "Microsoft.AspNetCore": "Warning" + } + } +} \ No newline at end of file