Skip to content

Commit

Permalink
Update README to account for required environment variable when runni…
Browse files Browse the repository at this point in the history
…ng gpodder2go
  • Loading branch information
oxtyped committed Nov 13, 2022
1 parent 870ee5c commit b1bcf40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ $ ./gpodder2go init

4. Start the gpodder server
```
$ gpodder2go serve
$ VERIFIER_SECRET_KEY="" gpodder2go serve
```

**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.

5. Create a new user
```
$ gpodder2go accounts create <username> --email="<email>" --name="<display_name>" --password="<password>"
Expand Down

0 comments on commit b1bcf40

Please sign in to comment.