Sha256: f9ac4fdd30a923bf5101b4ae3cc613d0df33fafb83e704117dc7babbf31f7cd9
Contents?: true
Size: 680 Bytes
Versions: 122
Compression:
Stored size: 680 Bytes
Contents
# Please only use postgresql bound to a TCP port. development: &pgsql adapter: postgresql database: metasploit_credential_development username: metasploit_credential_development password: __________________________________ 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 password: ___________________________ username: metasploit_credential_test
Version data entries
122 entries across 122 versions & 1 rubygems