25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"RabbitMq": {
|
|
"Host": "rabbitmq://localhost",
|
|
"Username": "guest",
|
|
"Password": "guest"
|
|
},
|
|
"Paths": {
|
|
"OutputPath": "./GeneratedFiles"
|
|
},
|
|
"ConnectionStrings": {
|
|
"EventsPostgres": "Host=localhost;Port=5432;Database=events;Username=sport;Password=go and look in the secrets file;Persist Security Info=True;"
|
|
},
|
|
"Auth": {
|
|
"Authority": "https://fer-web2.eu.auth0.com/",
|
|
"Audience": "https://erasmus-sta-2026/events-api"
|
|
}
|
|
}
|