Files
mixtape/zero.Raven.IdentityDemo/appsettings.json
T
2022-12-12 00:17:54 +01:00

26 lines
675 B
JSON

{
"Zero": {
"Raven": {
"Url": "http://localhost:9800",
"Database": "identitydemo"
}
},
"Authentication": {
"Twitter": {
"ConsumerAPIKey": "0yYUplMzrTrAvfQY1PoF7w1Va",
"ConsumerSecret": "JHFj4xWQAncCqyXNk4tCCW3FqHDTfTQikBTuYhW3IKBYhZYQL6",
// clientid bUxvNkQ0eWFjZmo1dFFHUjctdmU6MTpjaQ
// clientsecret iuXfnpqcpNJ5D33k2hnVe6JBskYioOuxb8j604dsQ-VOEcGrEf
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"zeroRavenIdentityDemoContextConnection": "Data Source=zero.Raven.IdentityDemo.db"
}
}