Sha256: b3ec63aec7c9b967021edb4fcbb51b5425ee08dbfa9ba61328c6a83cde77b9ee

Contents?: true

Size: 894 Bytes

Versions: 3

Compression:

Stored size: 894 Bytes

Contents

default: &default
  url: 'http://localhost:3000'
  table_name_prefix: ''
  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'
      options:
    webhook:
      secret_token: 'secret_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"] %>'
  extensions:
    controller:
      - DummyExtension
development:
  <<: *default

test:
  <<: *default

production:
  <<: *default

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kuroko2-0.8.0 spec/dummy/config/kuroko2.yml
kuroko2-0.7.0 spec/dummy/config/kuroko2.yml
kuroko2-0.6.0 spec/dummy/config/kuroko2.yml