Changed to Postgresql merge
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
@@ -20,10 +20,15 @@ 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
|
||||
# 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/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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user