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.
merge-requests/22/head
Sebastian Spaeth 4 years ago
parent 6191c3bd00
commit 6b7e92ccf5

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

Loading…
Cancel
Save