Files
ISTTOK/epics/css/isttok.ini
Bernardo Carvalho 6f6765c7e1 Changed to Postgresql merge
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
2024-12-18 09:27:36 +00:00

35 lines
1.4 KiB
INI

# make a link to this file in the archive-engine instalation folder. eg.
# ln -s ~/git-repos/ISTTOK/epics/css/isttok.ini /opt/epics/archive-engine/
# -------------------------
# Package org.phoebus.pv.ca
# -------------------------
# Channel Access address list
# org.phoebus.pv.ca/addr_list=192.168.1.255
org.phoebus.pv.ca/addr_list=192.168.1.110 192.168.1.152
org.phoebus.pv.ca/auto_addr_list=false
# -------------------------
# Package org.phoebus.pv.pva
# -------------------------
# PVAccess address list
org.phoebus.pv.pva/epics_pva_addr_list=192.168.1.110 192.168.1.152
# PVAccess auto address list - true/false
org.phoebus.pv.pva/epics_pva_auto_addr_list=false
# ----------------------------
# Package org.csstudio.archive
# ----------------------------
# MySQL DB access
# org.csstudio.archive/url=jdbc:mysql://localhost/isttok_archiveDB?rewriteBatchedStatements=true
# PostgreSQL:
org.csstudio.archive/url=jdbc:postgresql://db.tecnico.ulisboa.pt:5432/g03155_archive
# RDB user and password
# Some applications also provide command-line option to override.
#org.csstudio.archive/user=isttok
# org.csstudio.archive/url=jdbc:mysql://db.tecnico.ulisboa.pt/g03155_isttokDB?rewriteBatchedStatements=true
# Caused by: javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS11 is not accepted by client preferences [TLS13, TLS12]
org.csstudio.archive/user=g03155_archive
org.csstudio.archive/password=xxxx