diff --git a/config/config.sample.yaml b/config/config.sample.yaml
index 79150b033b586da092661d9127e991dbfa0188af..9f66f8f35ebdd7697fd0fb10b6ce5d8cc095c504 100644
--- a/config/config.sample.yaml
+++ b/config/config.sample.yaml
@@ -8,6 +8,8 @@ bridge:
   # This should be your publically facing URL because Discord may use it to
   # fetch media from the media store.
   homeserverUrl: "http://localhost:8008"
+  # The TCP port on which the appservice runs on.
+  port: 9005
   # Interval at which to process users in the 'presence queue'. If you have
   # 5 users, one user will be processed every 500 milliseconds according to the
   # value below. This has a minimum value of 250.