diff --git a/Scripts/SampleConfigs/.htpasswd b/Scripts/SampleConfigs/.htpasswd new file mode 100644 index 0000000..517903b --- /dev/null +++ b/Scripts/SampleConfigs/.htpasswd @@ -0,0 +1,3 @@ +user1:$apr1$5lRQ1y3v$pmOQf9/fNVE5dTtQDBl9D1 +user2:$apr1$Jd9UE91p$J/H8G9HSvj5l8LKQ2qfd3. +admin:$apr1$GZJoqjNF$wl8IjDhZC84z5Bb4wHOv50 diff --git a/Scripts/SampleConfigs/.pgpass b/Scripts/SampleConfigs/.pgpass new file mode 100644 index 0000000..064bff0 --- /dev/null +++ b/Scripts/SampleConfigs/.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