Skip to content

Commit 1263a82

Browse files
author
Brent Cook
committed
update database.yml.example to be something reasonable
1 parent 95484c8 commit 1263a82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/database.yml.example

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Please only use postgresql bound to a TCP port.
2-
# Only postgresql is supportable for metasploit-framework
3-
# these days. (No SQLite, no MySQL).
4-
#
51
# To set up a metasploit database, follow the directions hosted at:
62
# http://r-7.co/MSF-DEV#set-up-postgresql
3+
#
4+
# Kali Linux and the Omnibus installers both include an easy wrapper script for
5+
# managing your database, which may be more convenient than rolling your own.
6+
77
development: &pgsql
88
adapter: postgresql
99
database: metasploit_framework_development
1010
username: metasploit_framework_development
1111
password: __________________________________
1212
host: localhost
1313
port: 5432
14-
pool: 5
14+
pool: 200
1515
timeout: 5
1616

1717
# You will often want to seperate your databases between dev

0 commit comments

Comments
 (0)