mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-09 00:44:30 +01:00
24 lines
481 B
YAML
24 lines
481 B
YAML
#
|
|
# These settings are for the database used by the Metasploit Framework
|
|
# unstable tree included in this installer, not the commercial editions.
|
|
#
|
|
|
|
development:
|
|
adapter: "postgresql"
|
|
database: "msf_database"
|
|
username: "msf_user"
|
|
password: "secure"
|
|
port: 5432
|
|
host: "localhost"
|
|
pool: 256
|
|
timeout: 5
|
|
|
|
production:
|
|
adapter: "postgresql"
|
|
database: "msf_database"
|
|
username: "msf_user"
|
|
password: "secure"
|
|
port: 5432
|
|
host: "localhost"
|
|
pool: 256
|
|
timeout: 5
|