diff --git a/AS1024.GeoFeed/appsettings.json b/AS1024.GeoFeed/appsettings.json index fbff1fd..68bf599 100644 --- a/AS1024.GeoFeed/appsettings.json +++ b/AS1024.GeoFeed/appsettings.json @@ -5,6 +5,9 @@ "Microsoft.AspNetCore": "Warning" } }, + "ConnectionStrings": { + "LocalFeedCache": "Data Source=localcache.db" + }, "AllowedHosts": "*", "APIKey": "", "NetBoxHost": ""