dbServers cannot be registered when their names appear in this variable, so they should remain inactive. This feature is mainly intended for debugging, so the crude name search should be OK.
62 lines
1.7 KiB
Plaintext
62 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.
|
|
#*************************************************************************
|
|
# Author: Andrew Johnson
|
|
# Date: 20 April 1995
|
|
#
|
|
# Experimental Physics and Industrial Control System (EPICS)
|
|
#
|
|
# CONFIG_ENV - EPICS Environment Parameter configuration file
|
|
#
|
|
# This file is read by the script base/src/libCom/env/bldEnvdata.pl
|
|
# Variable definitions must take the form
|
|
# VAR = VALUE
|
|
# or
|
|
# VAR = "Value containing spaces"
|
|
# with each one on its own line.
|
|
# Enclosing spaces and "" will be trimmed.
|
|
#
|
|
|
|
# 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_NAME_SERVERS=""
|
|
EPICS_CA_CONN_TMO=30.0
|
|
EPICS_CA_REPEATER_PORT=5065
|
|
EPICS_CA_SERVER_PORT=5064
|
|
EPICS_CA_MAX_ARRAY_BYTES=16384
|
|
EPICS_CA_AUTO_ARRAY_BYTES=YES
|
|
EPICS_CA_BEACON_PERIOD=15.0
|
|
EPICS_CA_MAX_SEARCH_PERIOD=300.0
|
|
EPICS_CA_MCAST_TTL=1
|
|
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=""
|
|
|
|
# Servers to disable
|
|
EPICS_IOC_IGNORE_SERVERS=""
|
|
|
|
# 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
|
|
|