From f3dc656f908a22b2ca7fc705a509fb63e2f09c65 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 19 Mar 2026 01:15:24 +0000 Subject: Put environment variables within code backticks. Change-Id: I32c4401f3ed6de27377827991b7ca50b458912fa --- README.md | 4 ++-- 1 file 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 -- cgit 1.4.1