Sha256: fd7431bfb134e2b3c5d3fa85dc4026a9f87eb575e26b9dc3858bbdf74a5e69eb

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

development:
  adapter: postgresql
  encoding: unicode
  database: <%= ENV["DATABASE_NAME_DEVELOPMENT"] %>
  pool: 5
  min_messages: warning
  username: <%= ENV["DATABASE_USERNAME"] %>
  password: <%= ENV["DATABASE_PASSWORD"] %>

test:
  adapter: postgresql
  encoding: unicode
  database: <%= ENV["DATABASE_NAME_TEST"] %>
  pool: 5
  min_messages: warning
  username: <%= ENV["DATABASE_USERNAME"] %>
  password: <%= ENV["DATABASE_PASSWORD"] %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 config/database.semaphore.yml