Sha256: 200b793b1863ef3a32afc8ec52c7a2839fdb95a9ed9ef02d8d57055645c8af0c

Contents?: true

Size: 807 Bytes

Versions: 4

Compression:

Stored size: 807 Bytes

Contents

default: &default
  url: 'http://localhost:3000'
  action_mailer:
    delivery_method: 'test'
  execution_logger:
    type: 'Void'
  custom_tasks:
    custom_task1: 'CustomTask1'
  notifiers:
    mail:
      mail_from: 'Kuroko2 <no-reply@example.com>'
      mail_to: "kuroko@example.com"
    slack:
      webhook_url: 'https://localhost/test/slack'
    hipchat:
      api_token: 'token'
  api_basic_authentication_applications:
    test_client_name: 'secret_key'
  app_authentication:
    google_oauth2:
      client_id: '<%= ENV["GOOGLE_CLIENT_ID"] %>'
      client_secret: '<%= ENV["GOOGLE_CLIENT_SECRET"] %>'
      options:
        hd: '<%= ENV["GOOGLE_HOSTED_DOMAIN"] %>'
  extentions:
    controller:
      - DummyExtention
development:
  <<: *default

test:
  <<: *default

production:
  <<: *default

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kuroko2-0.2.3 spec/dummy/config/kuroko2.yml
kuroko2-0.2.2 spec/dummy/config/kuroko2.yml
kuroko2-0.2.1 spec/dummy/config/kuroko2.yml
kuroko2-0.2.0 spec/dummy/config/kuroko2.yml