Add project files.
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"DatabaseProvider": "sqlite",
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"EndPoints": {
|
||||
"Http": {
|
||||
"Url": "http://*:9100"
|
||||
}
|
||||
/*,
|
||||
"Https": {
|
||||
"Url": "https://*:9101"
|
||||
}*/
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ExternalProviders": {
|
||||
"Auth0": {
|
||||
"ClientId": "",
|
||||
"Domain": "",
|
||||
"SecretKey": ""
|
||||
},
|
||||
"Google": {
|
||||
"ClientId": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user