Sha256: 63360e1d09ad5cbb413ffcf7dbfffb79f661ee464d45767b325df9189ef26a8b
Contents?: true
Size: 653 Bytes
Versions: 2
Compression:
Stored size: 653 Bytes
Contents
default: &default adapter: postgresql encoding: utf8 username: <%= ENV.fetch("DB_USER") { "" } %> port: 5432 development: <<: *default username: postgres password: postgres database: souls-api-dev host: localhost port: 5433 production: <<: *default database: souls_api_production password: <%= ENV.fetch("DB_PW") { "" } %> host: <%= ENV.fetch("DB_HOST") { "" } %> pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> ## Use local docker postgresql13 ## `souls i run_psql` will create psql container test: <<: *default username: postgres password: postgres database: souls-api-test host: localhost port: 5433
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
souls-0.22.8 | hoy/config/database.yml |
souls-0.22.7 | hoy/config/database.yml |