From 6b7e92ccf5a8a3d348ab882c48bab172ff866546 Mon Sep 17 00:00:00 2001
From: Sebastian Spaeth <Sebastian@SSpaeth.de>
Date: Tue, 18 Aug 2020 17:42:11 +0200
Subject: [PATCH] Make default server name more obvious

Too many people fell into the trap and left conduit.rs in the deployment
configuration, wondering why users are all listed as @conduit.rs.

Make the default server name really easy to identify and make it obvious
that this needs to be changed.
---
 DEPLOY_FROM_SOURCE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DEPLOY_FROM_SOURCE.md b/DEPLOY_FROM_SOURCE.md
index 2d6804db..4d685f6e 100644
--- a/DEPLOY_FROM_SOURCE.md
+++ b/DEPLOY_FROM_SOURCE.md
@@ -23,7 +23,7 @@ Description=Conduit
 After=network.target
 
 [Service]
-Environment="ROCKET_SERVER_NAME=conduit.rs" # EDIT THIS
+Environment="ROCKET_SERVER_NAME=YOURSERVERNAME.HERE" # EDIT THIS
 
 Environment="ROCKET_PORT=14004" # Reverse proxy port