Sha256: 768e34029346fe14f45f9411c1f5dfab162e2ac98e7746533c81dc59932d3c6b

Contents?: true

Size: 175 Bytes

Versions: 8

Compression:

Stored size: 175 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cyclone_lariat-0.3.4 config/db.example.rb
cyclone_lariat-0.3.3 config/db.example.rb
cyclone_lariat-0.3.2 config/db.example.rb
cyclone_lariat-0.3.1 config/db.example.rb
cyclone_lariat-0.3.0 config/db.example.rb
cyclone_lariat-0.2.3 config/db.example.rb
cyclone_lariat-0.2.2 config/db.example.rb
cyclone_lariat-0.2.1 config/db.example.rb