#27 dist file for devs
This commit is contained in:
29
src/Web/appsettings.Development.dist
Normal file
29
src/Web/appsettings.Development.dist
Normal file
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user