Sha256: a5388b17813d6b44f17f21bcb61fd1b8ff5158274c47d72b31bc65cf6d206b81
Contents?: true
Size: 2 KB
Versions: 23
Compression:
Stored size: 2 KB
Contents
default: ruby_app: application: _class: '_APPLICATION_UPCODE_::Application' format: date: long: '%b %d %H:%M %Z' short: '%a %b %-d' elements: mobile: documents: authentication: authentication_document: return_to: HTTP_REFERER 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: 'en' paths: - '#{RubyApp::ROOT}/translations' - '#{_APPLICATION_UPCODE_::ROOT}/translations' log: path: '#{_APPLICATION_UPCODE_::ROOT}/process/log/application.log' response: cache: formats: - :css - :js read?: false write?: false session: _class: '_APPLICATION_UPCODE_::Session' expires: 1200 interval: 15 _length: 10 log: - 'REMOTE_ADDR' - 'HTTP_X_FORWARDED_FOR' - 'HTTP_REFERER' - 'HTTP_USER_AGENT' scripts: enabled: false path: '#{_APPLICATION_UPCODE_::ROOT}/scripts' _APPLICATION_DOWNCODE_:
Version data entries
23 entries across 23 versions & 1 rubygems