Sha256: 0d8f29e86eff3727e838fd9f59bb98c4be77220d1ae6b070dc406414f94ebca9
Contents?: true
Size: 294 Bytes
Versions: 9
Compression:
Stored size: 294 Bytes
Contents
<%= environment %>: adapter: <%= adapter %> host: <%= hostname %> database: <%= name %> username: <%= username %> password: <%= password %> encoding: <%= encoding || "utf-8" %> reconnect: true <%options.each_pair do |attribute,value| %><%= attribute %>: <%= value %> <%end%>
Version data entries
9 entries across 9 versions & 1 rubygems