finalizare 1.0
This commit is contained in:
@@ -5,23 +5,16 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:5000"
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
"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"
|
||||
"HealthcareManagerDatabase": "Host=90.84.229.219;Port=5432;Database=HealthcareManager;Username=andrei_cerbu;Password=postgres",
|
||||
"MongoDBConnection": "mongodb://andrei_cerbu:mongodb@90.84.229.219:27017/HealthcareManager?ssl=false&authSource=admin&authMechanism=SCRAM-SHA-1"
|
||||
},
|
||||
"HealthcareManagerDatabase": {
|
||||
"Name": "HealthcareManager",
|
||||
@@ -29,11 +22,9 @@
|
||||
"ChatCollectionName": "Chat",
|
||||
"AppointmentsCollectionName": "Appointments"
|
||||
},
|
||||
"ApiKeySettings": {
|
||||
"ApiKey": "testapikey"
|
||||
},
|
||||
"ApiKey": "K6iadsnb1DFdt/n9VGzMop31W71cxW9JAHk0AXvGrWg=",
|
||||
"Jwt": {
|
||||
"SecretKey": "f76bf7dc6e8a260f725f8a50ef9a8c4bd08ba2ae38e3b51d77d66617d1d6b7c0",
|
||||
"SecretKey": "1ZWBi389z6RvJBrvwbXqeBNbzaYVpHbIfGQmIsV1gwI=",
|
||||
"Issuer": "HealthcareManager",
|
||||
"Audience": "HealthCareManagerUsers",
|
||||
"ExpirationTime": 1440
|
||||
@@ -46,5 +37,10 @@
|
||||
"UserName": "andreimihneacerbu@gmail.com",
|
||||
"Password": "zpK3w71LkNa0sGt6"
|
||||
},
|
||||
"AdminSettings": {
|
||||
"Name": "Admin",
|
||||
"Email": "admin@domain.com",
|
||||
"Password": "administrator"
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user