diff options
| author | Arun Isaac | 2026-03-19 01:15:24 +0000 |
|---|---|---|
| committer | Arun Isaac | 2026-03-19 01:15:24 +0000 |
| commit | f3dc656f908a22b2ca7fc705a509fb63e2f09c65 (patch) | |
| tree | 06736371d151d5340a9b2255db361bf0ae6302da | |
| parent | b807c465ec2a9b24a9f522f471d46943d6d7725c (diff) | |
| download | meetfree-f3dc656f908a22b2ca7fc705a509fb63e2f09c65.tar.gz meetfree-f3dc656f908a22b2ca7fc705a509fb63e2f09c65.tar.lz meetfree-f3dc656f908a22b2ca7fc705a509fb63e2f09c65.zip | |
Put environment variables within code backticks.
Change-Id: I32c4401f3ed6de27377827991b7ca50b458912fa
| -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 |
