mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-03 05:55:31 +01:00
34 lines
675 B
YAML
34 lines
675 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_development_database"
|
|
username: "msf_development_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
|
|
|
|
test:
|
|
adapter: "postgresql"
|
|
database: "msf_test_database"
|
|
username: "msf_test_user"
|
|
password: "secure"
|
|
port: 5432
|
|
host: "localhost"
|
|
pool: 256
|
|
timeout: 5
|