mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-04 19:28:42 +02:00
14 lines
429 B
Plaintext
14 lines
429 B
Plaintext
# 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
|