Manage Appointments DONE!
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"HealthcareManagerDatabase": {
|
||||
"Name": "HealthcareManager",
|
||||
"MedicalRecordCollectionName": "MedicalHistory",
|
||||
"ChatCollectionName": "Chat"
|
||||
"ChatCollectionName": "Chat",
|
||||
"AppointmentsCollectionName": "Appointments"
|
||||
},
|
||||
"ApiKeySettings": {
|
||||
"ApiKey": "testapikey"
|
||||
@@ -21,7 +22,7 @@
|
||||
"SecretKey": "HealthcareManagerJwtKey",
|
||||
"Issuer": "HealthcareManager",
|
||||
"Audience": "HealthCareManagerUsers",
|
||||
"ExpirationMinutes": 1440
|
||||
"ExpirationTime": 1440
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user