noosfero.yml.dist 1.99 KB
development:
  mail_enabled: true
  webmail_url: "http://localhost.localdomain/"
  addthis_enabled: true
  addthis_pub: your-user-name
  addthis_logo: http://localhost:3000/images/logo-200x50.png
  addthis_options: favorites, email, digg, delicious, technorati, slashdot, twitter, more
  gravatar: mm
  googlemaps_initial_zoom: 4
  exception_recipients: [admin@example.com]
  max_upload_size: 5MB
  hours_until_user_activation_check: 72
  exclude_profile_identifier_pattern: index(\..*)?|home(\..*)?
  api_recaptcha_site_key:      '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-'
  api_recaptcha_private_key:   '6LdsWAcTAAAAAB6maB_HalVyCc4asDAxPxloIMvY'
  api_recaptcha_verify_uri:    'https://www.google.com/recaptcha/api/siteverify'

#Google Recaptcha setup
  api_captcha_enabled: true
#noosfero.com
  api_recaptcha_site_key:       '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-'
#noosfero.com
  api_recaptcha_private_key:    '6LdsWAcTAAAAAB6maB_HalVyCc4asDAxPxloIMvY'
  api_recaptcha_v1_verify_uri:  'https://www.google.com/recaptcha/api/verify'
  api_recaptcha_v2_verify_uri:  'https://www.google.com/recaptcha/api/siteverify'
# version 1 or 2
  api_captcha_version: 1

test:
#Google Recaptcha setup
  api_captcha_enabled: false
#noosfero.com
  api_recaptcha_site_key:       '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-'
#noosfero.com
  api_recaptcha_private_key:    '6LdsWAcTAAAAAB6maB_HalVyCc4asDAxPxloIMvY'
  api_recaptcha_v1_verify_uri:  'https://www.google.com/recaptcha/api/verify'
  api_recaptcha_v2_verify_uri:  'https://www.google.com/recaptcha/api/siteverify'
# version 1 or 2
  api_captcha_version: 1

production:
#Google Recaptcha setup
  api_captcha_enabled: true
#dialoga
  api_recaptcha_site_key:       '6LcLPAcTAAAAAKsd0bxY_TArhD_A7OL19SRCW7_i'
#dialoga
  api_recaptcha_private_key:    '6LcLPAcTAAAAAE36SN1M2w1I7Hn8upwXYZ_YQZ5-'
  api_recaptcha_v1_verify_uri:  'https://www.google.com/recaptcha/api/verify'
  api_recaptcha_v2_verify_uri:  'https://www.google.com/recaptcha/api/siteverify'
  # version 1 or 2
  api_captcha_version: 1