22 lines
663 B
JSON
22 lines
663 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"HealthcareManagerDatabase": "Host=surus.db.elephantsql.com;Database=newbwuyu;Username=newbwuyu;Password=0end9Ixqo9PeTE4HVslX7_FVwruEhFf-;",
|
|
"MongoDBConnection": "mongodb+srv://andrei_cerbu:andrei@cluster0.v80skg6.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0"
|
|
},
|
|
"HealthcareManagerDatabase": {
|
|
"Name":"HealthcareManager",
|
|
"MedicalRecordCollectionName": "MedicalHistory",
|
|
"ChatCollectionName": "Chat"
|
|
},
|
|
"ApiKeySettings": {
|
|
"ApiKey": "testapikey"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|