aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-09 16:47:07 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-09 16:47:07 +0200
commit924b11bebc61348d90efecb1a7dd338976643f58 (patch)
treeb314932f867cba09dd8f62738d343a6f90f077bd /README.md
parent11e334c83209c7e1ec4850b6121d003e2957c567 (diff)
Add Dockerfile, improvements
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f3554dd..44e923d 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,8 @@ Markdown -> HTML converter and HTTP server.
| Variable | Description |
| -------- | ----------- |
-| `PORT` | HTTP server PORT (default: 8080) |
+| `PORT` | HTTP server port. If not specified, will not start development HTTP server. |
| `SRCROOT` | Relative markdown directory path (default: pages) |
| `WEBROOT` | Relative output directory path (default: dist) |
| `TEMPLATE` | Relative path to HTML file with a single `format` marker (default: template.html) |
+| `NREPL_PORT` | nrepl port for remote debugging access (default: 1234) |