58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
#*************************************************************************
|
|
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
|
# National Laboratory.
|
|
# Copyright (c) 2002 The Regents of the University of California, as
|
|
# Operator of Los Alamos National Laboratory.
|
|
# EPICS BASE Versions 3.13.7
|
|
# and higher are distributed subject to a Software License Agreement found
|
|
# in file LICENSE that is included with this distribution.
|
|
#*************************************************************************
|
|
# $Id$
|
|
# Author: Andrew Johnson
|
|
# Date: 20 April 1995
|
|
#
|
|
# Experimental Physics and Industrial Control System (EPICS)
|
|
#
|
|
# CONFIG_ENV - EPICS Environment Parameter configuration file
|
|
#
|
|
# This file is interpreted by the Bourne Shell, so spaces are
|
|
# not allowed around the '=' signs or in unquoted values.
|
|
# Makefile variables are not defined here.
|
|
#
|
|
# Note: This file is read by base/src/libCom/env/bldEnvdata.pl,
|
|
# so the variable definitions in here should be kept 'simple':
|
|
# VAR=VALUE
|
|
# each one on a single line.
|
|
#
|
|
|
|
|
|
# Default environment settings
|
|
|
|
# Channel Access:
|
|
# Details are in the CA reference manual
|
|
# (see CAref.html in this distribution)
|
|
EPICS_CA_ADDR_LIST=""
|
|
EPICS_CA_AUTO_ADDR_LIST=YES
|
|
EPICS_CA_CONN_TMO=30.0
|
|
EPICS_CA_REPEATER_PORT=5065
|
|
EPICS_CA_SERVER_PORT=5064
|
|
EPICS_CA_MAX_ARRAY_BYTES=16384
|
|
EPICS_CA_BEACON_PERIOD=15.0
|
|
EPICS_CAS_BEACON_PERIOD=
|
|
EPICS_CAS_BEACON_PORT=
|
|
EPICS_CAS_AUTO_BEACON_ADDR_LIST=""
|
|
EPICS_CAS_BEACON_ADDR_LIST=""
|
|
EPICS_CAS_SERVER_PORT=
|
|
EPICS_CAS_INTF_ADDR_LIST=""
|
|
EPICS_CAS_IGNORE_ADDR_LIST=""
|
|
|
|
# Log Server:
|
|
# EPICS_IOC_LOG_PORT Log server port number etc.
|
|
EPICS_IOC_LOG_PORT=7004
|
|
|
|
# Other services:
|
|
|
|
EPICS_CMD_PROTO_PORT=
|
|
EPICS_AR_PORT=7002
|
|
|