CRVM-redis-6/Host/dbaccess.conf

11 lines
351 B
Plaintext
Raw Permalink Normal View History

2025-11-07 02:02:31 +08:00
<?xml version="1.0" encoding="GB2312" ?>
<Schm BPLATURE="BPCSYSTEM">
<DB name="sourcedb">
<item dbtype="postgres" dbname="postgres" dbuser="postgres" dbpwd="admin" dbip="127.0.0.1" />
</DB>
<DB name="destdb">
<item dbtype="postgres" dbname="postgres" dbuser="postgres" dbpwd="admin" dbip="127.0.0.1" />
</DB>
</Schm>