Sha256: 4d70c358091f8442bf32855f667b57d6b83183f58cdefea248e4501bd994af41

Contents?: true

Size: 547 Bytes

Versions: 6

Compression:

Stored size: 547 Bytes

Contents

# Please only use postgresql bound to a TCP port.
development: &pgsql
  adapter: postgresql
  database: metasploit_credential_development
  username: msfdev
  password: msfdev
  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

6 entries across 6 versions & 1 rubygems

Version Path
metasploit-credential-0.14.2 spec/dummy/config/database.yml
metasploit-credential-0.14.1 spec/dummy/config/database.yml
metasploit-credential-0.13.12 spec/dummy/config/database.yml
metasploit-credential-0.13.9 spec/dummy/config/database.yml
metasploit-credential-0.8.7-java spec/dummy/config/database.yml
metasploit-credential-0.8.7 spec/dummy/config/database.yml