1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-29 03:28:20 +02:00

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.
This commit is contained in:
Sebastian Spaeth 2020-08-18 17:42:11 +02:00
parent 6191c3bd00
commit 6b7e92ccf5

View file

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