Sha256: b226837cb62d4425ae804d9e45e1595568d168d9d327226ae329ab418cd4a4b4
Contents?: true
Size: 684 Bytes
Versions: 13
Compression:
Stored size: 684 Bytes
Contents
# Please only use postgresql bound to a TCP port. development: &pgsql adapter: postgresql database: metasploit_credential_development username: metasploit_credential_development password: DNVB~2Cx69zBL!D7]%m8o~2^v2%MiND& 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: k2v99#?LU~U4swKsGtMr%Q-,,TJ?L\\VL username: metasploit_credential_test
Version data entries
13 entries across 13 versions & 1 rubygems