Files
FACULTATE-HEALTHCARE_MANAGER/backend/API/appsettings.json
T
2024-04-08 01:03:59 +03:00

17 lines
511 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"HealthcareManagerDatabase": "Host=surus.db.elephantsql.com;Database=newbwuyu;Username=newbwuyu;Password=0end9Ixqo9PeTE4HVslX7_FVwruEhFf-;",
"MongoDBDatabase": "mongodb+srv://andrei_cerbu:andrei_cerbu@cluster0.v80skg6.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0"
},
"ApiKeySettings": {
"ApiKey": "testapikey"
},
"AllowedHosts": "*"
}