Sha256: 9355670d64789440048b5b490c039fd6902a5e6aac3f69f7dcd84f95e069d07a
Contents?: true
Size: 437 Bytes
Versions: 4
Compression:
Stored size: 437 Bytes
Contents
test: &defaults adapter: <%= ENV.fetch("DB_ADAPTER") %> database: combustion <% if ENV["DB_HOST"] %> host: <%= ENV["DB_HOST"] %> <% end %> <% if ENV["DB_USERNAME"] %> username: <%= ENV["DB_USERNAME"] %> <% end %> <% if ENV["DB_PASSWORD"] %> password: <%= ENV["DB_PASSWORD"] %> <% end %> <% if ENV["DB_PORT"] %> port: <%= ENV["DB_PORT"] %> <% end %> test_another: <<: *defaults database: test_another
Version data entries
4 entries across 4 versions & 1 rubygems