Add example connection string

This commit is contained in:
Jeff Leung 2024-01-08 10:23:02 -08:00
parent 5fec5f4f92
commit 020db780a6
1 changed files with 3 additions and 0 deletions

View File

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