Sha256: d77ab8a1a2e17a1307d149dd20dfb67ae19f6ee963680b3d73ec874b660b271b

Contents?: true

Size: 323 Bytes

Versions: 65

Compression:

Stored size: 323 Bytes

Contents

# For testing and CI

default: &default
  adapter: postgresql
  username: <%= ENV['PGUSER'] || 'foreman' %>
  password: foreman
  host: <%= ENV['PGHOST'] || 'localhost' %>

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

Version data entries

65 entries across 65 versions & 2 rubygems

Version Path
foreman_rh_cloud-9.0.59 config/database.yml.example
foreman_virt_who_configure-0.5.25 config/database.yml.example
foreman_rh_cloud-11.0.2 config/database.yml.example
foreman_rh_cloud-11.0.1 config/database.yml.example
foreman_rh_cloud-11.0.0 config/database.yml.example
foreman_virt_who_configure-0.5.24 config/database.yml.example
foreman_rh_cloud-9.0.58 config/database.yml.example
foreman_rh_cloud-10.0.2 config/database.yml.example
foreman_virt_who_configure-0.5.23 config/database.yml.example
foreman_rh_cloud-9.0.57 config/database.yml.example
foreman_rh_cloud-10.0.1 config/database.yml.example
foreman_rh_cloud-9.0.56 config/database.yml.example
foreman_virt_who_configure-0.5.21 config/database.yml.example
foreman_virt_who_configure-0.5.20 config/database.yml.example
foreman_rh_cloud-9.0.55 config/database.yml.example
foreman_rh_cloud-9.0.54 config/database.yml.example
foreman_rh_cloud-9.0.53 config/database.yml.example
foreman_virt_who_configure-0.5.19 config/database.yml.example
foreman_rh_cloud-9.0.52 config/database.yml.example
foreman_rh_cloud-8.0.52 config/database.yml.example