summaryrefslogtreecommitdiff
path: root/public/docs/production.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/docs/production.html')
-rw-r--r--public/docs/production.html6
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 &lt;notifications@example.com&gt;
+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