Sha256: 5ec6087a6a4ee267774877abff27bc2c1644dd2254d60475090948038b48d76b
Contents?: true
Size: 508 Bytes
Versions: 22
Compression:
Stored size: 508 Bytes
Contents
# Please only use postgresql bound to a TCP port. development: &pgsql adapter: postgresql database: metasploit_credential_development 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
22 entries across 22 versions & 1 rubygems