Sha256: 5fb75e0a1357bc2af2bdd9725ed73ce2346e72e4b7ae0e03024294978b352556

Contents?: true

Size: 390 Bytes

Versions: 46

Compression:

Stored size: 390 Bytes

Contents

<% project = fetch :project %>
<% db_env_variables = project.db_env_variables(fetch :stage) %>
<%= (fetch :stage).to_s %>:
  adapter: postgresql
  encoding: unicode
  pool: 5
  host:  <%= db_env_variables["host"] %>
  database: <%= db_env_variables["database"] %>
  username: <%%= ENV['<%= db_env_variables["username"] %>'] %>
  password: <%%= ENV['<%= db_env_variables["password"] %>'] %>

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
groundskeeper-bitcore-0.35.0 config/db_config.yml.erb
groundskeeper-bitcore-0.34.0 config/db_config.yml.erb
groundskeeper-bitcore-0.33.0 config/db_config.yml.erb
groundskeeper-bitcore-0.32.0 config/db_config.yml.erb
groundskeeper-bitcore-0.31.0 config/db_config.yml.erb
groundskeeper-bitcore-0.29.0 config/db_config.yml.erb
groundskeeper-bitcore-0.28.0 config/db_config.yml.erb
groundskeeper-bitcore-0.27.0 config/db_config.yml.erb
groundskeeper-bitcore-0.26.0 config/db_config.yml.erb
groundskeeper-bitcore-0.24.0 config/db_config.yml.erb
groundskeeper-bitcore-0.23.0 config/db_config.yml.erb
groundskeeper-bitcore-0.22.0 config/db_config.yml.erb
groundskeeper-bitcore-0.21.0 config/db_config.yml.erb
groundskeeper-bitcore-0.20.1 config/db_config.yml.erb
groundskeeper-bitcore-0.19.0 config/db_config.yml.erb
groundskeeper-bitcore-0.18.0 config/db_config.yml.erb
groundskeeper-bitcore-0.17.0 config/db_config.yml.erb
groundskeeper-bitcore-0.16.0 config/db_config.yml.erb
groundskeeper-bitcore-0.15.0 config/db_config.yml.erb
groundskeeper-bitcore-0.14.0 config/db_config.yml.erb