We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95484c8 commit 1263a82Copy full SHA for 1263a82
config/database.yml.example
@@ -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
-#
5
# To set up a metasploit database, follow the directions hosted at:
6
# http://r-7.co/MSF-DEV#set-up-postgresql
+#
+# Kali Linux and the Omnibus installers both include an easy wrapper script for
+# managing your database, which may be more convenient than rolling your own.
+
7
development: &pgsql
8
adapter: postgresql
9
database: metasploit_framework_development
10
username: metasploit_framework_development
11
password: __________________________________
12
host: localhost
13
port: 5432
14
- pool: 5
+ pool: 200
15
timeout: 5
16
17
# You will often want to seperate your databases between dev
0 commit comments