WebApi + ClientApp, GraphQL, Reflection
This commit is contained in:
20
Events-WebApi/Events.FilesAPI/appsettings.json
Normal file
20
Events-WebApi/Events.FilesAPI/appsettings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"RabbitMq": {
|
||||
"Host": "rabbitmq://localhost",
|
||||
"Username": "guest",
|
||||
"Password": "guest"
|
||||
},
|
||||
"Paths": {
|
||||
"OutputPath": "./Certificates"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"EventDB": "Host=localhost;Port=5432;Database=events;Username=sport;Password=go and look in the secrets file;Persist Security Info=True;"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user