noosfero.yml.dist
1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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