diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-20 11:19:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-20 12:24:34 +0200 |
commit | cb73d0710b0eb84d4f788ff9b1d36ed0b02bf970 (patch) | |
tree | 7ae6a504b526d2068ebe209325dc360b4b26e655 /public/docs/production.html | |
parent | 4f709b04cee3ee9a1df009a8021b84d4f8fe6b81 (diff) | |
download | server-cb73d0710b0eb84d4f788ff9b1d36ed0b02bf970.tar.gz |
Use xmp tag for more docs.
Diffstat (limited to 'public/docs/production.html')
-rw-r--r-- | public/docs/production.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/docs/production.html b/public/docs/production.html index abb0b7c..2cb82a0 100644 --- a/public/docs/production.html +++ b/public/docs/production.html @@ -50,7 +50,7 @@ Customize settings <p> The server reads its settings from the .env file. -<pre> +<xmp> NODE_ENV=production SITE_NAME=Example @@ -61,7 +61,7 @@ HTTP_HOST=localhost HTTP_PORT=8080 # Enable mail notifications -MAIL_FROM=Example Notifications <notifications@example.com> +MAIL_FROM=Example Notifications <notifications@example.com> MAIL_HOST=localhost MAIL_PORT=25 @@ -70,7 +70,7 @@ WEBHOOKS=1 # Enable forum FORUM=1 -</pre> +</xmp> <h2> Expose the server to the internet |