Sha256: 223ed021d032f2931e9f2c3b2f59667f4005aeced186f7c0af7b991a9fb68b6d

Contents?: true

Size: 815 Bytes

Versions: 19

Compression:

Stored size: 815 Bytes

Contents

db_config: &db_config
  adapter: postgresql
  encoding: unicode
  host: localhost
  pool: 10
  port: 5432
  username: xxx
  password: xxx

development:
  default:
    db_config:
      <<: *db_config
      database: gorynich_default
  local:
    db_config:
      <<: *db_config
      database: gorynich_local
    secrets:
      uris:
        - http://localhost:3000
  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: "wrong_uri"
  local1:
    db_config:
      <<: *db_config
      database: gorynich_test_local1
    secrets:
      uris: ''

Version data entries

19 entries across 19 versions & 1 rubygems

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