From 020db780a680ecbf9e35435284f2fa9c55c6c0ac Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Mon, 8 Jan 2024 10:23:02 -0800 Subject: [PATCH] Add example connection string --- AS1024.GeoFeed/appsettings.json | 3 +++ 1 file changed, 3 insertions(+) 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": ""