logger added

This commit is contained in:
andrei-mihnea-cerbu
2024-05-02 14:21:34 +03:00
665 changed files with 9158 additions and 4633 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
View File
Binary file not shown.
Binary file not shown.
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
@@ -5,6 +5,20 @@
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
},
"Https": {
"Url": "https://*:5001",
"Certificate": {
"Path": "/etc/letsencrypt/live/healthcaremanager.ddns.net/fullchain.pem",
"KeyPath": "/etc/letsencrypt/live/healthcaremanager.ddns.net/privkey.pem"
}
}
}
},
"ConnectionStrings": {
"HealthcareManagerDatabase": "Host=postgresrv.postgres.database.azure.com;Database=postgres;Port=5432;User Id=postgre;Password=Password1;Ssl Mode=Require;",
"MongoDBConnection": "mongodb+srv://mongodb:Password1@healthcaremanagermongodb.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000"
View File
View File
View File