diff --git a/Scripts/targetconfigs/.pgpass b/Scripts/targetconfigs/.pgpass new file mode 100644 index 0000000..bdff77a --- /dev/null +++ b/Scripts/targetconfigs/.pgpass @@ -0,0 +1,13 @@ +# Format: hostname:port:database:username:password + +# Local database connection +localhost:5432:mydatabase:myuser:mypassword + +# Remote database connection +remote.server.com:5432:anotherdb:anotheruser:anotherpassword + +# Default connection for any database on localhost +localhost:*:*:defaultuser:defaultpassword + +# Wildcard example: Any database and any user connecting to localhost +localhost:*:*:*:supersecretpassword