Add example connection string

This commit is contained in:
2024-01-08 10:23:02 -08:00
parent 5fec5f4f92
commit 020db780a6

View File

@@ -5,6 +5,9 @@
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
} }
}, },
"ConnectionStrings": {
"LocalFeedCache": "Data Source=localcache.db"
},
"AllowedHosts": "*", "AllowedHosts": "*",
"APIKey": "", "APIKey": "",
"NetBoxHost": "" "NetBoxHost": ""