Skip to content

Commit

Permalink
Added a single line to explain what the server_name is used for
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsRC committed Dec 1, 2015
1 parent 3d5c5e8 commit 6863466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/config/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def default_config(self, server_name, **kwargs):
# The domain name of the server, with optional explicit port.
# This is used by remote servers to connect to this server,
# e.g. matrix.org, localhost:8080, etc.
# This is also the last part of your UserID.
server_name: "%(server_name)s"
# When running as a daemon, the file to store the pid in
Expand Down

0 comments on commit 6863466

Please sign in to comment.