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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,11 @@ $ ./gpodder2go init
41
41
42
42
4. Start the gpodder server
43
43
```
44
-
$ gpodder2go serve
44
+
$ VERIFIER_SECRET_KEY="" gpodder2go serve
45
45
```
46
46
47
+
**Note**: `VERIFIER_SECRET_KEY` is a required env var. This value will be used to sign and verify the sessionid which will be used to authenticate users.
0 commit comments