Sha256: d77ab8a1a2e17a1307d149dd20dfb67ae19f6ee963680b3d73ec874b660b271b

Contents?: true

Size: 323 Bytes

Versions: 66

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

66 entries across 66 versions & 2 rubygems

Version Path
foreman_rh_cloud-4.0.30 config/database.yml.example
foreman_rh_cloud-3.0.29 config/database.yml.example
foreman_rh_cloud-4.0.29 config/database.yml.example
foreman_rh_cloud-5.0.29 config/database.yml.example
foreman_rh_cloud-3.0.28 config/database.yml.example
foreman_rh_cloud-5.0.28 config/database.yml.example