Add example connection string
This commit is contained in:
parent
5fec5f4f92
commit
020db780a6
|
|
@ -5,6 +5,9 @@
|
|||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"LocalFeedCache": "Data Source=localcache.db"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"APIKey": "",
|
||||
"NetBoxHost": ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue