Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Do not edit this file for local overrides. Rather create settings.yml
- p3p: 'CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'
- mongoid:
- # reindexing_session: :elasticsearch
- reindexing_session: :default
- elasticsearch:
- url: 'http://localhost:9200'
- search:
- min_age: 0
- max_age: 100
- index_max_pages: 10
- index_per_page: 20
- redis:
- host: "127.0.0.1"
- port: "6379"
- newrelic:
- enabled: false
- application:
- x_frames_domain: "localhost:3000"
- log_access_token_errors: false
- app_requests:
- verify_redirect_uri: false
- kibana_admin_url: "http://localhost:9200/kibana/index.html"
- support_email: "[email protected]"
- host: 'http://2153b442.ngrok.com'
- asset_domain: 'assets.id.lvh.me:3000'
- tld: 'id.lvh.me'
- cdn_prefix: 'cdn'
- secure_cdn_prefix: 'scdn'
- widgets_url: 'http://www.id.lvh.me:3000/widgets'
- is_idorg: false
- user_storage_limit: <%= 5.gigabytes %>
- send_sms: false
- enable_iovation: true
- check_multiple_accounts: false
- enable_ssl: false
- spam_ttl: 168 # 1 week
- confirmation_notice_close_link: false
- trigger_tire_callbacks: true
- session_store_secure: false
- sms:
- decide_gateway: true # true to use decision table, false to force specific gateway (see SmsAdapter#initialize)
- mollie:
- enable: false
- username: 'username'
- password: 'password'
- gateway: 207
- twilio:
- enable: false
- account_sid: '123456'
- auth_token: 'abcdefghijklmnopqrstuvwxyz'
- from: '+1234567890'
- clickatell:
- enable: false
- user: user
- password: password
- api_id: api_id
- nexmo:
- enable: false
- key: '6a690e67'
- secret: '6a690e67'
- from: 'id.net'
- oauth:
- realm: 'ID.net OAuth v2.0 Protected Resources'
- sdk:
- root_url: 'http://2153b442.ngrok.com'
- cdn_root_url: 'http://2153b442.ngrok.com'
- secure_cdn_root_url: 'http://2153b442.ngrok.com'
- optimize: none
- flash_sdk:
- bin_path: "/usr/bin"
- mail:
- delivery_method: :sendmail
- smtp_settings:
- address: 127.0.0.1
- operator_mail_list: ['[email protected]']
- airbrake:
- port: 80
- host: 'errbit.helioscloud.com'
- api_key: 'f72d0300ba02fc38501d75f19dfa04fd'
- memcached:
- servers:
- - localhost
- file_storage:
- storage: :filesystem
- path: ':rails_root/public:url'
- url: '/files/:class/:attachment/:id-:style.:extension'
- # # Old Storage with paperclip-swift (ruby openstack)
- # file_storage:
- # storage: :swift
- # path: ':rails_root/public/documents/:basename-:style.:extension'
- # # swift_credentials:
- # # username: dev-test-1
- # # api_key: Eeth1eit
- # # authtenant: helios.me
- # # auth_url: https://keystone.helioscloud.com:5443/v2.0/
- # # container: id-devel
- # # swift_options:
- # # container: id-devel
- # # New Storage with Fog
- # file_storage:
- # storage: :fog
- # path: ':basename-:style.:extension'
- # fog_directory: 'id-devel'
- # fog_credentials:
- # provider: "openstack"
- # openstack_username: 'dev-test-1'
- # openstack_api_key: 'Eeth1eit'
- # openstack_tenant: 'helios.me'
- # openstack_auth_url: 'https://keystone.helioscloud.com:5443/v2.0/tokens'
- geoip_swift:
- fog_directory: 'GeoIP'
- fog_credentials:
- provider: "openstack"
- openstack_username: 'GeoIPuser'
- openstack_api_key: 'Aj5hee6R'
- openstack_tenant: 'helios.me'
- openstack_auth_url: 'https://keystone.helioscloud.com:5443/v2.0/tokens'
- iovation:
- id: 944102
- account: OLTP
- password: 4VRFCZGF
- admin_account: idnet-dev
- admin_password: d1SC0v3ry
- timeout: 5 # seconds
- # production is 'https://mpsnare.iesnare.com/snare.js'
- snare_js_url: 'https://ci-mpsnare.iovation.com/snare.js'
- # check_transaction_details by default
- url: https://ci-snare.iovation.com/api/CheckTransactionDetails
- namespace: http://www.iesnare.com/dra/api/CheckTransactionDetails
- get_evidence_details:
- url: https://ci-snare.iovation.com/api/GetEvidenceDetails
- namespace: http://www.iesnare.com/dra/api/GetEvidenceDetails
- add_account_evidence:
- url: https://ci-snare.iovation.com/api/AddAccountEvidence
- namespace: http://www.iesnare.com/dra/api/AddAccountEvidence
- retract_account_evidence:
- url: https://ci-snare.iovation.com/api/RetractAccountEvidence
- namespace: http://www.iesnare.com/dra/api/RetractAccountEvidence
- admin_host: https://ci-admin.iovation.com
- # Personal Akismet account registered for [email protected]. Don't use on production.
- akismet_key: '55f8549a40ca'
- zendesk:
- dropbox_id: 20097570
- test:
- file_storage:
- url: '/test-files/:class/:attachment/:id-:style.:extension'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement