Sha256: 85ff78882457579479d037d16d3a454178293dbdc0126e91aad3bc85c25a2ccf
Contents?: true
Size: 311 Bytes
Versions: 9
Compression:
Stored size: 311 Bytes
Contents
<%= fetch(:rails_env) %>: adapter: postgresql timeout: 5000 encoding: utf8 reconnect: false database: <%= "#{fetch(:application)}_#{fetch(:rails_env)}" %> pool: 5 username: <%= "#{fetch(:application)}_#{fetch(:rails_env)}" %> password: <%= SecureRandom.hex(12) %> host: 127.0.0.1 port: 5432
Version data entries
9 entries across 9 versions & 1 rubygems