forked from ooici-eoi/eoi-agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathooici-conn.properties
More file actions
55 lines (48 loc) · 1.12 KB
/
Copy pathooici-conn.properties
File metadata and controls
55 lines (48 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
##############
# The server hosting the message broker
##############
# Local
ion.host=localhost
# Amoeba
#ion.host=amoeba.ucsd.edu
##############
# AMQP Broker Credentials
#
# Leave commented out for unauthenticated broker
##############
#ion.username=
#ion.password=
##############
# The R1 exchange
#
# Default is "magnet.topic"
# Uncomment to use a different exchange
##############
#ion.exchange=magnet.topic
##############
# The sysname - facilitates cross-container communication
##############
ion.sysname=eoitest
##############
# For retrieval of data from system
#
# Default is "datastore"
# Uncomment to use a different data retrieval topic
##############
#ion.datastore_topic=datastore
##############
# For registration of datasets
#
# Default is "app_integration"
# Uncomment to use a different registration topic
##############
#ion.dataset_registration_topic=app_integration
##############
# Events
#
# Default 'ion.event_exchange' is "events.topic"
# Default 'ion.update_event' is "2001.1001"
# Uncomment to use a different events setup
##############
#ion.event_exchange=events.topic
#ion.update_event_topic=2001.1001