/etc/pegasus/sample.dot.pegasusrc is in pegasus-wms 4.4.0+dfsg-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | pegasus.catalog.provenance=InvocationSchema
pegasus.catalog.db.driver=Postgres
pegasus.catalog.db.url=jdbc:postgresql:${user.name}
pegasus.catalog.db.user=${user.name}
pegasus.catalog.db.password=${user.name}
pegasus.catalog.replica.url=rlsn://smarty.isi.edu
pegasus.catalog.replica=RLS
pegasus.catalog.transformation=File
pegasus.catalog.transformation.file=${pegasus.home}/var/tc.data
pegasus.catalog.site=XML
pegasus.catalog.site.file={pegasus.home}/etc/sites.xml
pegasus.exitcode.scope=all
|