Sha256: d3d57b7023df359f28bd74f4c77565723768a99c393600b1c019e0c2b5b0ba00

Contents?: true

Size: 815 Bytes

Versions: 11

Compression:

Stored size: 815 Bytes

Contents

# @note This file is only for use in github actions.  If you need to make a `spec/dummy/config/database.yml` for running
# rake, rake spec, or rspec locally, please customize `spec/dummy/config/database.yml.example`.
#
# @example Customizing config/database.yml.example
#   cp spec/dummy/config/database.yml.example spec/dummy/config/database.yml
#   # update password fields for each environment's user

development: &pgsql
  adapter: postgresql
  database: metasploit_model_development
  host: localhost
  username: postgres
  password: postgres
  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.
test:
  <<: *pgsql
  database: metasploit_model_test

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
metasploit-model-5.0.2 spec/dummy/config/database.yml.github_actions
metasploit-model-5.0.1 spec/dummy/config/database.yml.github_actions
metasploit-model-5.0.0 spec/dummy/config/database.yml.github_actions
metasploit-model-4.0.6 spec/dummy/config/database.yml.github_actions
metasploit-model-4.0.5 spec/dummy/config/database.yml.github_actions
metasploit-model-4.0.4 spec/dummy/config/database.yml.github_actions
metasploit-model-4.0.3 spec/dummy/config/database.yml.github_actions
metasploit-model-4.0.2 spec/dummy/config/database.yml.github_actions
metasploit-model-4.0.1 spec/dummy/config/database.yml.github_actions
metasploit-model-4.0.0 spec/dummy/config/database.yml.github_actions
metasploit-model-3.1.4 spec/dummy/config/database.yml.github_actions