From cb73d0710b0eb84d4f788ff9b1d36ed0b02bf970 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 20 Aug 2024 11:19:18 +0200 Subject: Use xmp tag for more docs. --- public/docs/production.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/docs/production.html') 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

The server reads its settings from the .env file. -

+
 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>
+
 
 

Expose the server to the internet -- cgit v1.2.3