Sha256: 4180f3e2b3abe829ae48c6ff8423487efab95b7564ba43bce6e11aaac73be506
Contents?: true
Size: 655 Bytes
Versions: 5
Compression:
Stored size: 655 Bytes
Contents
production: adapter: <%= Ginst::Configuration.adapter %> encoding: utf8 database: <%= Ginst::Configuration.database %> pool: 5 username: <%= Ginst::Configuration.username %> password: <%= Ginst::Configuration.password %> <%- if Ginst::Configuration.host -%> host: <%= Ginst::Configuration.host %> <%- end -%> development: adapter: <%= Ginst::Configuration.adapter %> encoding: utf8 database: <%= Ginst::Configuration.database %> pool: 5 username: <%= Ginst::Configuration.username %> password: <%= Ginst::Configuration.password %> <%- if Ginst::Configuration.host -%> host: <%= Ginst::Configuration.host %> <%- end -%>
Version data entries
5 entries across 5 versions & 1 rubygems