Files
fuel-wizard/backend/appsettings.Production.json
conrad 7e2d58d308
Build and Push Docker Images / build-backend (pull_request) Successful in 1m18s
Build and Push Docker Images / build-frontend (pull_request) Successful in 23s
chore: reduce logging
2026-06-05 15:02:39 +10:00

34 lines
1.0 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"AllowedHosts": "*",
"AllowedOrigins": [
"http://localhost:3000"
],
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
}
}
},
"NswFuelApiConfig": {
"BaseUrl": "https://api.onegov.nsw.gov.au",
"ApiKey": "1MYSRAx5yvqHUZc6VGtxix6oMA2qgfRT",
"ApiSecret": "BMvWacw15Et8uFGF",
"AuthorisationHeader": "MU1ZU1JBeDV5dnFIVVpjNlZHdHhpeDZvTUEycWdmUlQ6Qk12V2FjdzE1RXQ4dUZHRg=="
},
"SuburbBoundaryApiConfig": {
"Url": "https://data.gov.au/geoserver/nsw-suburb-locality-boundaries-psma-administrative-boundaries/wfs?request=GetFeature&typeName=ckan_91e70237_d9d1_4719_a82f_e71b811154c6&outputFormat=json"
},
"TimescaleDbConfig": {
"ConnectionString": "User ID=postgres;Password=password;Host=timescaledb-prod;Port=5432;Database=postgres;"
}
}