Sha256: 2f5ef0ebf42803369781ac353f4b9fcd1854bb5ef36985c84a3a23fc20ef9fc8
Contents?: true
Size: 855 Bytes
Versions: 8
Compression:
Stored size: 855 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' 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"] %>' extentions: controller: - DummyExtention development: <<: *default test: <<: *default production: <<: *default
Version data entries
8 entries across 8 versions & 1 rubygems