Sha256: fcdca834f65cbfe8f904e4ceffdeb6e81a7601ae723c99140a7ce895f466abe9

Contents?: true

Size: 1.27 KB

Versions: 10

Compression:

Stored size: 1.27 KB

Contents

# Declare Targets that make up the system
# DECLARE_TARGET target_name [substitute_name]

AUTO_DECLARE_TARGETS
# DECLARE_TARGET SYSTEM

# Listen Hosts - Ip addresses or hostnames to listen on when running the tools
LISTEN_HOST CTS_API 127.0.0.1
LISTEN_HOST TLMVIEWER_API 127.0.0.1
LISTEN_HOST CTS_PREIDENTIFIED 0.0.0.0 # 127.0.0.1 is more secure if you don't need external connections
LISTEN_HOST CTS_CMD_ROUTER 0.0.0.0 # 127.0.0.1 is more secure if you don't need external connections

# Connect Hosts - Ip addresses or hostnames to connect to when running the tools
CONNECT_HOST CTS_API 127.0.0.1
CONNECT_HOST TLMVIEWER_API 127.0.0.1
CONNECT_HOST CTS_PREIDENTIFIED 127.0.0.1
CONNECT_HOST CTS_CMD_ROUTER 127.0.0.1

# Ethernet Ports
PORT CTS_API 7777
PORT TLMVIEWER_API 7778
PORT CTS_PREIDENTIFIED 7779
PORT CTS_CMD_ROUTER 7780

# Default Packet Log Writer and Reader
DEFAULT_PACKET_LOG_WRITER packet_log_writer.rb
DEFAULT_PACKET_LOG_READER packet_log_reader.rb

# Paths
PATH LOGS ./outputs/logs
PATH TMP ./outputs/tmp
PATH SAVED_CONFIG ./outputs/saved_config
PATH TABLES ./outputs/tables
PATH HANDBOOKS ./outputs/handbooks
PATH PROCEDURES ./procedures

# DISABLE_DNS

# Initialize the metadata dialog using values from the following file:
# META_INIT config/data/meta_init.txt

ALLOW_ACCESS ALL

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cosmos-4.2.4-java install/config/system/system.txt
cosmos-4.2.4 install/config/system/system.txt
cosmos-4.2.3-java install/config/system/system.txt
cosmos-4.2.3 install/config/system/system.txt
cosmos-4.2.2-java install/config/system/system.txt
cosmos-4.2.2 install/config/system/system.txt
cosmos-4.2.1-java install/config/system/system.txt
cosmos-4.2.1 install/config/system/system.txt
cosmos-4.2.0-java install/config/system/system.txt
cosmos-4.2.0 install/config/system/system.txt