Sha256: 6f4a83193ad3bc2d792e33ebbfd8d7be97b30633f268b792e83bb5996b115cc8

Contents?: true

Size: 1.1 KB

Versions: 19

Compression:

Stored size: 1.1 KB

Contents

db_config: &db_config
  adapter: postgresql
  encoding: unicode
  host: <%= ENV.fetch("DB_HOST", 'db') %>
  pool: <%= ENV.fetch("RAILS_MAX_THREADS", 5) %>
  port: <%= ENV.fetch("DB_PORT", '5432') %>
  username: <%= ENV.fetch('DB_USERNAME', 'postgres') %>
  password: <%= ENV.fetch('DB_PASSWORD', '') %>

development:
  default:
    db_config:
      <<: *db_config
      database: gorynich_default
  local:
    db_config:
      <<: *db_config
      database: gorynich_local
    secrets:
      uris:
        - http://localhost:3000
        - https://171f-80-68-11-146.eu.ngrok.io
  local1:
    db_config:
      <<: *db_config
      database: gorynich_local1
    secrets:
      uris:
        - http://test.local:3000
test:
  default:
    db_config:
      <<: *db_config
      database: gorynich_test_default
  local:
    db_config:
      <<: *db_config
      database: gorynich_test_local
    secrets:
      uris:
        - http://localhost:3000
        - https://171f-80-68-11-146.eu.ngrok.io
  local1:
    db_config:
      <<: *db_config
      database: gorynich_test_local1
    secrets:
      uris:
        - http://test.local

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
gorynich-1.3.6.289376 spec/dummy/config/gorynich_config.yml
gorynich-1.3.5.288811 spec/dummy/config/gorynich_config.yml
gorynich-1.3.4.273062 spec/dummy/config/gorynich_config.yml
gorynich-1.3.3.231946 spec/dummy/config/gorynich_config.yml
gorynich-1.3.2.231715 spec/dummy/config/gorynich_config.yml
gorynich-1.3.1.213701 spec/dummy/config/gorynich_config.yml
gorynich-1.3.0.213297 spec/dummy/config/gorynich_config.yml
gorynich-1.2.3.198656 spec/dummy/config/gorynich_config.yml
gorynich-1.2.2.198643 spec/dummy/config/gorynich_config.yml
gorynich-1.2.1.184916 spec/dummy/config/gorynich_config.yml
gorynich-1.2.0.180668 spec/dummy/config/gorynich_config.yml
gorynich-1.1.1.148381 spec/dummy/config/gorynich_config.yml
gorynich-1.1.0.142168 spec/dummy/config/gorynich_config.yml
gorynich-1.1.0.142154 spec/dummy/config/gorynich_config.yml
gorynich-1.1.0.142147 spec/dummy/config/gorynich_config.yml
gorynich-1.1.0.142142 spec/dummy/config/gorynich_config.yml
gorynich-1.1.0.142139 spec/dummy/config/gorynich_config.yml
gorynich-1.1.0.142136 spec/dummy/config/gorynich_config.yml
gorynich-1.1.0.142046 spec/dummy/config/gorynich_config.yml