diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index fdbea79..2e3320b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ meetfree is a bottle web app that serves iCalendar and Atom feeds for meetup.com meetfree is configured using environment variables. -- *MEETFREE_BASE_URL*: Base URL on which meetfree is served. For example, `"https://meetfree.systemreboot.net"` -- *MEETFREE_ALLOWED_GROUPS*: Space-separated list of group slugs to serve feeds for. Group slugs are the first path component of the meetup.com group URL: for example, `london-emacs-hacking` in `https://www.meetup.com/london-emacs-hacking/`. If this environment variable is not set, all groups are served; there is no restriction. +- `MEETFREE_BASE_URL`: Base URL on which meetfree is served. For example, `"https://meetfree.systemreboot.net"` +- `MEETFREE_ALLOWED_GROUPS`: Space-separated list of group slugs to serve feeds for. Group slugs are the first path component of the meetup.com group URL: for example, `london-emacs-hacking` in `https://www.meetup.com/london-emacs-hacking/`. If this environment variable is not set, all groups are served; there is no restriction. # Run development server |
