23 lines
803 B
JSON
23 lines
803 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedOrigins": [
|
|
"http://localhost:3000"
|
|
],
|
|
"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=localhost;Port=5432;Database=postgres;"
|
|
}
|
|
} |