Sha256: 53d69cefc4ed101bf00684a33097dcb450da71ba0d2a6cc32aa0856a0f87c662
Contents?: true
Size: 794 Bytes
Versions: 21
Compression:
Stored size: 794 Bytes
Contents
production: adapter: postgresql database: metasploit_model_production username: msf password: pass123 host: localhost port: 5432 pool: 50 timeout: 5 # Please only use postgresql bound to a TCP port. development: adapter: postgresql database: metasploit_model_development username: msf password: pass123 host: localhost port: 5432 pool: 50 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: adapter: postgresql database: metasploit_model_test username: msf password: pass123 host: localhost port: 5432 pool: 50 timeout: 5
Version data entries
21 entries across 21 versions & 1 rubygems