Sha256: daed78f576511e89a0293205d73d6d29e847d8725cbcaee6f33b917193ef3cd1

Contents?: true

Size: 172 Bytes

Versions: 1

Compression:

Stored size: 172 Bytes

Contents

# frozen_string_literal: true

DB_CONF = {
  adapter: 'postgresql',
  host: 'localhost',
  username: 'ruby',
  password: 'ruby',
  database: 'cyclone-lariat-test'
}.freeze

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cyclone_lariat-0.2.1 config/db.rb