Sha256: 127523641413fc19f039d7e82ac09461e477161af4a73888e6d899e6150acafb

Contents?: true

Size: 550 Bytes

Versions: 5

Compression:

Stored size: 550 Bytes

Contents

# Please only use postgresql bound to a TCP port.
development: &pgsql
  adapter: postgresql
  database: metasploit_credential_development
  username: msf
  password: p4ssw0rd4lyfe
  host: localhost
  port: 5432
  pool: 5
  timeout: 5

# 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.
#
# Note also, sqlite3 is totally unsupported by Metasploit now.
test:
  <<: *pgsql
  database: metasploit_credential_test

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
metasploit-credential-0.14.5 spec/dummy/config/database.yml
metasploit-credential-0.14.4 spec/dummy/config/database.yml
metasploit-credential-0.13.18 spec/dummy/config/database.yml
metasploit-credential-0.13.5 spec/dummy/config/database.yml
metasploit-credential-0.12.0 spec/dummy/config/database.yml