Sha256: 7dfe40dfd1c4f7a309d5fac4789740cc278fcaad467d1755a441c61d5d0cbdb9
Contents?: true
Size: 870 Bytes
Versions: 7
Compression:
Stored size: 870 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' 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
7 entries across 7 versions & 1 rubygems