52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://0.0.0.0:5022"
|
|
}
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"HealthcareManagerDatabase": "Host=sdr-administration.com;Port=5432;Database=HealthcareManager;Username=andrei_cerbu;Password=postgres",
|
|
"MongoDBConnection": "mongodb://andrei_cerbu:mongodb@sdr-administration.com:27017/HealthcareManager?ssl=false&authSource=admin&authMechanism=SCRAM-SHA-1"
|
|
},
|
|
"HealthcareManagerDatabase": {
|
|
"Name": "HealthcareManager",
|
|
"MedicalRecordCollectionName": "MedicalHistory",
|
|
"ChatCollectionName": "Chat",
|
|
"AppointmentsCollectionName": "Appointments"
|
|
},
|
|
"ApiKey": "K6iadsnb1DFdt/n9VGzMop31W71cxW9JAHk0AXvGrWg=",
|
|
"MedicalRecordsKey": "7xhQcDWyaFHxfRrNuuQbTj73/NzcW5uba1xOaAuVlME=",
|
|
"Jwt": {
|
|
"SecretKey": "1ZWBi389z6RvJBrvwbXqeBNbzaYVpHbIfGQmIsV1gwI=",
|
|
"Issuer": "HealthcareManager",
|
|
"Audience": "HealthCareManagerUsers",
|
|
"ExpirationTime": 1440
|
|
},
|
|
"SmtpSettings": {
|
|
"Host": "smtp-relay.brevo.com",
|
|
"Port": 587,
|
|
"From": "bot@healthcaremanager.com",
|
|
"EnableSSL": false,
|
|
"UserName": "andreimihneacerbu@gmail.com",
|
|
"Password": "zpK3w71LkNa0sGt6"
|
|
},
|
|
"SicknessPredictionService": {
|
|
"BaseUrl": "http://sicknessprediction.ddns.net",
|
|
"ApiKey": "m9ry0Z47hsfEL24GNYqNSLzw4V8mN1lCwfVoDKejtz8"
|
|
},
|
|
"AdminSettings": {
|
|
"Name": "Admin",
|
|
"Email": "admin@domain.com",
|
|
"Password": "administrator"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|