Sha256: d84eda6404ebd226d1d9360a9e43f3d9ebfc49077b5f0806f40b76e5e30592c7

Contents?: true

Size: 632 Bytes

Versions: 35

Compression:

Stored size: 632 Bytes

Contents

# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn't need configuration. Windows does not have
# domain sockets, so uncomment these lines.
#host: localohst
#port: 5432

default: &default
  host: <%= Rails.application.secrets.database[:host] %>
  adapter: postgresql
  encoding: utf8
  database: <%= Rails.application.secrets.database[:name] %>
  pool: 5
  username: <%= Rails.application.secrets.database[:username] %>
  password: <%= Rails.application.secrets.database[:password] %>
  template: template0


development:
  <<: *default

test:
  <<: *default

production:
  <<: *default

Version data entries

35 entries across 34 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/config/database.yml
keppler-2.1.21 installer/core/config/database.yml
keppler-2.1.20 installer/core/config/database.yml
keppler-2.1.19 installer/core/config/database.yml
keppler-2.1.18 installer/core/config/database.yml
keppler-2.1.18 testing-with-2.1.18/config/database.yml
keppler-2.1.17 installer/core/config/database.yml
keppler-2.1.16 installer/core/config/database.yml
keppler-2.1.15 installer/core/config/database.yml
keppler-2.1.14 installer/core/config/database.yml
keppler-2.1.13 installer/core/config/database.yml
keppler-2.1.12 installer/core/config/database.yml
keppler-2.1.11 installer/core/config/database.yml
keppler-2.1.10 installer/core/config/database.yml
keppler-2.1.9 installer/core/config/database.yml
keppler-2.1.8 installer/core/config/database.yml
keppler-2.1.7 installer/core/config/database.yml
keppler-2.1.6 installer/core/config/database.yml
keppler-2.1.5 installer/core/config/database.yml
keppler-2.1.4 installer/core/config/database.yml