summaryrefslogtreecommitdiff
blob: 403191669cca3e32b061bb796b39eaf9e4f2103e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# The tests currently use the development user
# https://dev.metasploit.com/redmine/issues/8418
#

development:
  adapter: "postgresql"
  database: "msf_test_database"
  username: "msf_test_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