Skip to content

Commit 3edb90e

Browse files
committed
Remove default host and tidy comments
We don't want people accidentally sending to the production host, but we also don't want people to accidentally send to the devel host if not intended. So remove the default host and add the list of hosts to a comment, explaining the purpose of each. Also uncomment the port option and clarify its usage. It does nothing for AMS sending, so might as well leave it uncommented.
1 parent ae67193 commit 3edb90e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

conf/sender.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
protocol: AMS
44

55
[broker]
6-
# 'host' and 'port' must be set manually as LDAP broker search is now removed.
7-
# 'port' is not used with AMS.
8-
host: msg-devel.argo.grnet.gr
9-
# port: 443
6+
# msg-devel.argo.grnet.gr is only for test data
7+
# msg.argo.grnet.gr is for production data
8+
host:
9+
# 'port' is only used for STOMP sending.
10+
port: 443
1011

1112
# broker authentication. If use_ssl is set, the certificates configured
1213
# in the mandatory [certificates] section will be used.

0 commit comments

Comments
 (0)