Sha256: 0bd715e4f67cbdbcdb51e8e2dccb64794053f28774a22c75909e59d38942ad1a

Contents?: true

Size: 271 Bytes

Versions: 33

Compression:

Stored size: 271 Bytes

Contents

# For testing and CI

default: &default
  adapter: postgresql
  username: foreman
  password: foreman
  host: localhost

test:
  <<: *default
  database: foreman-test
development:
  <<: *default
  database: foreman-dev
production:
  <<: *default
  database: foreman-prod

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.18.1 config/database.yml.example
foreman_rh_cloud-1.0.18 config/database.yml.example
foreman_rh_cloud-2.0.18 config/database.yml.example
foreman_rh_cloud-3.0.18 config/database.yml.example
foreman_rh_cloud-1.0.17 config/database.yml.example
foreman_rh_cloud-2.0.17 config/database.yml.example
foreman_rh_cloud-3.0.17 config/database.yml.example
foreman_rh_cloud-2.0.16 config/database.yml.example
foreman_rh_cloud-1.0.16 config/database.yml.example
foreman_rh_cloud-3.0.16 config/database.yml.example
foreman_rh_cloud-1.0.15 config/database.yml.example
foreman_rh_cloud-2.0.15 config/database.yml.example
foreman_rh_cloud-3.0.15 config/database.yml.example