mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
initial
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.AspNetCore.SpaProxy": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"IdentityServer": {
|
||||
"Key": {
|
||||
"Type": "Development"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=127.0.0.1;Port=5432;User Id=kemkas;Password=kemkas-dev42"
|
||||
},
|
||||
"Email": {
|
||||
"DomainName": "mail.kemkas.hu",
|
||||
"ApiKey": "fake"
|
||||
},
|
||||
"Authentication": {
|
||||
"Google": {
|
||||
"ClientId": "fake",
|
||||
"ClientSecret": "fake"
|
||||
},
|
||||
"Facebook": {
|
||||
"ClientId": "fake",
|
||||
"ClientSecret": "fake"
|
||||
},
|
||||
"Discord": {
|
||||
"ClientId": "fake",
|
||||
"ClientSecret": "fake"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user