Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
1,274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. # Do not edit this file for local overrides. Rather create settings.yml
  2. p3p: 'CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'
  3.  
  4. mongoid:
  5. # reindexing_session: :elasticsearch
  6. reindexing_session: :default
  7.  
  8. elasticsearch:
  9. url: 'http://localhost:9200'
  10.  
  11. search:
  12. min_age: 0
  13. max_age: 100
  14. index_max_pages: 10
  15. index_per_page: 20
  16.  
  17. redis:
  18. host: "127.0.0.1"
  19. port: "6379"
  20.  
  21. newrelic:
  22. enabled: false
  23.  
  24. application:
  25. x_frames_domain: "localhost:3000"
  26. log_access_token_errors: false
  27. app_requests:
  28. verify_redirect_uri: false
  29. kibana_admin_url: "http://localhost:9200/kibana/index.html"
  30. support_email: "[email protected]"
  31. host: 'http://2153b442.ngrok.com'
  32. asset_domain: 'assets.id.lvh.me:3000'
  33. tld: 'id.lvh.me'
  34. cdn_prefix: 'cdn'
  35. secure_cdn_prefix: 'scdn'
  36. widgets_url: 'http://www.id.lvh.me:3000/widgets'
  37. is_idorg: false
  38. user_storage_limit: <%= 5.gigabytes %>
  39. send_sms: false
  40. enable_iovation: true
  41. check_multiple_accounts: false
  42. enable_ssl: false
  43. spam_ttl: 168 # 1 week
  44. confirmation_notice_close_link: false
  45. trigger_tire_callbacks: true
  46. session_store_secure: false
  47.  
  48. sms:
  49. decide_gateway: true # true to use decision table, false to force specific gateway (see SmsAdapter#initialize)
  50.  
  51. mollie:
  52. enable: false
  53. username: 'username'
  54. password: 'password'
  55. gateway: 207
  56.  
  57. twilio:
  58. enable: false
  59. account_sid: '123456'
  60. auth_token: 'abcdefghijklmnopqrstuvwxyz'
  61. from: '+1234567890'
  62.  
  63. clickatell:
  64. enable: false
  65. user: user
  66. password: password
  67. api_id: api_id
  68.  
  69. nexmo:
  70. enable: false
  71. key: '6a690e67'
  72. secret: '6a690e67'
  73. from: 'id.net'
  74.  
  75. oauth:
  76. realm: 'ID.net OAuth v2.0 Protected Resources'
  77.  
  78. sdk:
  79. root_url: 'http://2153b442.ngrok.com'
  80. cdn_root_url: 'http://2153b442.ngrok.com'
  81. secure_cdn_root_url: 'http://2153b442.ngrok.com'
  82. optimize: none
  83.  
  84. flash_sdk:
  85. bin_path: "/usr/bin"
  86.  
  87. mail:
  88. delivery_method: :sendmail
  89. smtp_settings:
  90. address: 127.0.0.1
  91. operator_mail_list: ['[email protected]']
  92.  
  93. airbrake:
  94. port: 80
  95. host: 'errbit.helioscloud.com'
  96. api_key: 'f72d0300ba02fc38501d75f19dfa04fd'
  97.  
  98. memcached:
  99. servers:
  100. - localhost
  101.  
  102. file_storage:
  103. storage: :filesystem
  104. path: ':rails_root/public:url'
  105. url: '/files/:class/:attachment/:id-:style.:extension'
  106.  
  107. # # Old Storage with paperclip-swift (ruby openstack)
  108. # file_storage:
  109. # storage: :swift
  110. # path: ':rails_root/public/documents/:basename-:style.:extension'
  111. # # swift_credentials:
  112. # # username: dev-test-1
  113. # # api_key: Eeth1eit
  114. # # authtenant: helios.me
  115. # # auth_url: https://keystone.helioscloud.com:5443/v2.0/
  116. # # container: id-devel
  117. # # swift_options:
  118. # # container: id-devel
  119.  
  120. # # New Storage with Fog
  121. # file_storage:
  122. # storage: :fog
  123. # path: ':basename-:style.:extension'
  124. # fog_directory: 'id-devel'
  125. # fog_credentials:
  126. # provider: "openstack"
  127. # openstack_username: 'dev-test-1'
  128. # openstack_api_key: 'Eeth1eit'
  129. # openstack_tenant: 'helios.me'
  130. # openstack_auth_url: 'https://keystone.helioscloud.com:5443/v2.0/tokens'
  131.  
  132. geoip_swift:
  133. fog_directory: 'GeoIP'
  134. fog_credentials:
  135. provider: "openstack"
  136. openstack_username: 'GeoIPuser'
  137. openstack_api_key: 'Aj5hee6R'
  138. openstack_tenant: 'helios.me'
  139. openstack_auth_url: 'https://keystone.helioscloud.com:5443/v2.0/tokens'
  140.  
  141. iovation:
  142. id: 944102
  143. account: OLTP
  144. password: 4VRFCZGF
  145. admin_account: idnet-dev
  146. admin_password: d1SC0v3ry
  147. timeout: 5 # seconds
  148.  
  149. # production is 'https://mpsnare.iesnare.com/snare.js'
  150. snare_js_url: 'https://ci-mpsnare.iovation.com/snare.js'
  151.  
  152. # check_transaction_details by default
  153. url: https://ci-snare.iovation.com/api/CheckTransactionDetails
  154. namespace: http://www.iesnare.com/dra/api/CheckTransactionDetails
  155.  
  156. get_evidence_details:
  157. url: https://ci-snare.iovation.com/api/GetEvidenceDetails
  158. namespace: http://www.iesnare.com/dra/api/GetEvidenceDetails
  159. add_account_evidence:
  160. url: https://ci-snare.iovation.com/api/AddAccountEvidence
  161. namespace: http://www.iesnare.com/dra/api/AddAccountEvidence
  162. retract_account_evidence:
  163. url: https://ci-snare.iovation.com/api/RetractAccountEvidence
  164. namespace: http://www.iesnare.com/dra/api/RetractAccountEvidence
  165.  
  166. admin_host: https://ci-admin.iovation.com
  167.  
  168. # Personal Akismet account registered for [email protected]. Don't use on production.
  169. akismet_key: '55f8549a40ca'
  170.  
  171. zendesk:
  172. dropbox_id: 20097570
  173.  
  174. test:
  175. file_storage:
  176. url: '/test-files/:class/:attachment/:id-:style.:extension'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement