Sha256: dda4157dfc5ca91f00fa31e6845f7fe252cc57c43075f82b6fafd9cb860db0ff

Contents?: true

Size: 548 Bytes

Versions: 1

Compression:

Stored size: 548 Bytes

Contents

# Please only use postgresql bound to a TCP port.
development: &defaults
  adapter: postgresql
  database: metasploit_pro_development
  username: msf
  password: pass123
  host: localhost
  port: 5432
  pool: 50 # production is 255
  timeout: 5

production:
  <<: *defaults

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  <<: *defaults
  database: metasploit_pro_test<%= ENV['TEST_ENV_NUMBER'] %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
metasploit-credential-0.13.2 spec/dummy/config/database.yml