diff --git a/src/Web/appsettings.Development.dist b/src/Web/appsettings.Development.dist new file mode 100644 index 0000000..58d6716 --- /dev/null +++ b/src/Web/appsettings.Development.dist @@ -0,0 +1,29 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Information", + "Microsoft.AspNetCore.SpaProxy": "Information", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "Google": { + "ClientId": "", + "ClientSecret": "", + "ProjectId": "", + "AuthUri": "", + "TokenUri": "", + "AuthProviderX509CertUrl": "", + "RedirectUris": [ + "https://hutopy.ca", + "https://hutopy.com", + "http://localhost" + ], + "JavascriptOrigins": [ + "https://hutopy.ca", + "https://hutopy.com", + "http://localhost" + ] + } +} +