You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ComicVine.API/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
## Setup
3
-
- Set the connection string in the environment variable called `ConnectionStrings:comicvine_db`. eg (on windows)`$env:ConnectionStrings:comicvine_db = "Server=..."`
3
+
- Set the connection string in the environment variable called `ConnectionStrings__comicvine_db`. eg (on windows`$env:ConnectionStrings__comicvine_db = "Server=..."`)
4
4
## Features
5
5
- Provides restful api for querying posts, threads, user profiles and more
6
6
@@ -9,6 +9,7 @@
9
9
- response UI
10
10
- refactor internals
11
11
- add search
12
+
- add polling worker
12
13
- add stats
13
14
- default error pages for both api and web interface
0 commit comments