Skip to content

Commit c0c6ee3

Browse files
committed
Improvements following code-review
- Get rid of placeholder receiver destination. People using this option should only be accounting repository admins so will know where they need to connect to. - Make the receiver and sender config match a little better. - Remove port number from sender config as option is generally less likely to be used with AMS being more common.
1 parent a8624d8 commit c0c6ee3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

conf/receiver.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ protocol: AMS
99
#bdii: ldap://lcg-bdii.cern.ch:2170
1010
#network: PROD
1111
# Alternatively, 'host' and 'port' can be set manually (with 'bdii' and
12-
# 'network' commented out). This option MUST be used for AMS.
12+
# 'network' commented out). The 'host' option MUST be used for AMS.
1313
host: msg-devel.argo.grnet.gr
1414
#host: msg.argo.grnet.gr
1515
#port:
@@ -29,7 +29,7 @@ check_crls: false
2929
ams_project: accounting
3030

3131
# Destination to which SSM will listen.
32-
destination: ssm2test
32+
destination:
3333

3434
# Only use direct token auth with AMS if you've been provided with a token to use.
3535
#token:

conf/sender.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ protocol: AMS
88
# EGI production broker network
99
#bdii: ldap://lcg-bdii.cern.ch:2170
1010
#network: PROD
11-
# Alternatively, 'host' and 'port' may be set manually (with 'bdii' and
12-
# 'network' commented out). This option must be used for AMS.
11+
# Alternatively, 'host' and 'port' can be set manually (with 'bdii' and
12+
# 'network' commented out). The 'host' option MUST be used for AMS.
1313
host: msg-devel.argo.grnet.gr
1414
#host: msg.argo.grnet.gr
15-
#port: 443
15+
#port:
1616

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

0 commit comments

Comments
 (0)