Sha256: a47d60200b95ddc57c1652aa5b4b49448746decfba2a1e65a0e7c7f49f04ba85

Contents?: true

Size: 1.93 KB

Versions: 25

Compression:

Stored size: 1.93 KB

Contents

default:
  ruby_app:
    application: &default_ruby_app_application
      _class: 'RubyApp::Application'
      format:
        date:
          long: '%b %d %H:%M %Z'
          short: '%a %b %-d'
    elements: &default_ruby_app_elements
      mobile:
        documents:
          authentication:
            facebook:
              authentication_document:
                access_key: 'ABC'
                secret_key: '123'
            o_auth:
              git_hub_authentication_document:
                access_key: 'ABC'
                secret_key: '123'
                url: 'https://api.github.com'
                authorize_url: 'https://github.com/login/oauth/authorize'
                access_token_url: 'https://github.com/login/oauth/access_token'
            open_id:
              ax_authentication_document:
                attributes:
                  email: 'http://schema.openid.net/contact/email'
              google_authentication_document:
                identifier: 'https://www.google.com/accounts/o8/id'
              my_open_id_authentication_document:
                identifier: 'http://myopenid.com'
              yahoo_authentication_document:
                attributes:
                  email: 'http://axschema.org/contact/email'
                identifier: 'https://www.yahoo.com'
    language: &default_ruby_app_language
      default: 'en'
      paths:
        - '#{RubyApp::ROOT}/translations'
    log: &default_ruby_app_log
      path: '#{RubyApp::ROOT}/process/log/application.log'
    response: &response
      cache:
        formats:
          - :css
          - :js
        read?: false
        write?: false
    session: &default_ruby_app_session
      _class: 'RubyApp::Session'
      expires: 1200
      interval: 15
      _length: 10
      log:
        - 'REMOTE_ADDR'
        - 'HTTP_X_FORWARDED_FOR'
        - 'HTTP_REFERER'
        - 'HTTP_USER_AGENT'
      scripts:
        enabled: true
        path: '#{RubyApp::ROOT}/scripts'

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
RubyApp-0.6.60 lib/ruby_app/configuration.yml
RubyApp-0.6.59 lib/ruby_app/configuration.yml
RubyApp-0.6.58 lib/ruby_app/configuration.yml
RubyApp-0.6.57 lib/ruby_app/configuration.yml
RubyApp-0.6.53 lib/ruby_app/configuration.yml
RubyApp-0.6.52 lib/ruby_app/configuration.yml
RubyApp-0.6.51 lib/ruby_app/configuration.yml
RubyApp-0.6.50 lib/ruby_app/configuration.yml
RubyApp-0.6.49 lib/ruby_app/configuration.yml
RubyApp-0.6.48 lib/ruby_app/configuration.yml
RubyApp-0.6.47 lib/ruby_app/configuration.yml
RubyApp-0.6.46 lib/ruby_app/configuration.yml
RubyApp-0.6.45 lib/ruby_app/configuration.yml
RubyApp-0.6.44 lib/ruby_app/configuration.yml
RubyApp-0.6.43 lib/ruby_app/configuration.yml
RubyApp-0.6.42 lib/ruby_app/configuration.yml
RubyApp-0.6.41 lib/ruby_app/configuration.yml
RubyApp-0.6.40 lib/ruby_app/configuration.yml
RubyApp-0.6.39 lib/ruby_app/configuration.yml
RubyApp-0.6.38 lib/ruby_app/configuration.yml