root/trunk/config/app.yml-dist

Revision 75 (checked in by nperriault, 1 week ago)

[1.1]:

  • Companies and people modules migrated, with according form classes and templates, and functional test suite
  • Enhanced SymfoniansTestBrowser?
Line 
1 all:
2
3   applications:
4     max_items:           6
5     box_max_items:       5
6     max_tags:            200
7     max_sidebar_tags:    50
8     upload_dir:          applications
9     thumb.width:         200
10     thumb.height:        140
11     thumb.quality:       90
12     default_screenshot:  default_screenshot.png
13
14   blog:
15     max_items:           5
16     box_max_items:       5
17
18   contact:
19     default_recipient:   <your_contact_email_address_here>
20
21   companies:
22     max_items:           12
23     box_max_items:       5
24     upload_dir:          companies
25     thumb.width:         200
26     thumb.height:        140
27     thumb.quality:       90
28     default_logo:        default_logo.png
29
30   cultures:
31     enabled:             [en, fr, pt, es]
32
33   events:
34     max_items:           20
35     box_max_items:       6
36     check_duplicates_period: 300
37
38   feeds:
39     max_items:           25
40  
41   googleanalytics:
42     tracker_id:          ~ # create an account here: http://www.google.com/analytics/
43  
44   googlemaps:
45     api_key:             ~ # get an API key here: code.google.com/apis/maps/signup.html
46
47   homepage:
48     max_profiles:        7
49     max_applications:    7
50     max_jobs:            7
51
52   jobs:
53     max_items:           12
54     box_max_items:       5
55
56   karma:
57     address:             1
58     app_submitted:       5
59     app_related:         4
60     avatar:              1
61     companies_submitted: 4
62     job_submitted:       5
63     recommendation_get:  50
64     recommendation_sent: 2
65     trac_username:       3
66
67   lucene:
68     index:               MyIndex
69     per_page:            10
70     pager_radius:        5
71     result_size:         200
72     result_highlighter:  <strong class="highlight">%s</strong>
73
74
75   mail:
76     sender_name:         Symfonians Mailbot
77     sender_address:      "no-reply@symfonians.net"
78     subject_prefix:      "[Symfonians]"
79     mailer:              smtp
80     protocol:            tls
81     hostname:            smtp.gmail.com
82     port:                465
83     charset:             utf-8
84     content_type:        text/plain
85     username:            <your_username_here>
86     password:            <your_password_here>
87
88   people:
89     forbidden_names:     [admin, contact, info, infos, commercial, tech, support, sales, partnership, webmaster, business, owner]
90     max_items:           6
91     box_max_items:       5
92     max_skill_tags:      200
93     skill_tags:
94       - html
95       - php
96       - symfony
97       - django
98       - ruby on rails
99       - sql
100       - mysql
101       - postgresql
102       - sqlite
103       - oracle
104       - sqlserver
105       - css
106       - javascript
107       - oop
108       - perl
109       - python
110       - ruby
111       - c
112       - c++
113       - java
114       - flash
115       - flex
116       - actionscript
117       - unix
118       - linux
119       - windows
120       - mac os x
121       - apache
122       - lighttpd
123       - nginx
124       - ms access
125       - informix
126       - soap
127       - wsdl
128       - rest
129       - asp
130       - dotnet
131       - j2ee
132       - xml
133       - silverlight
134       - ajax
135       - propel
136       - doctrine
137       - jquery
138       - YUI
139       - prototypejs
140       - script.aculo.us
141       - dojo
142       - mootools
143       - coldfusion
144
145     upload_dir:          people
146     formats:
147       standard:
148         squarize:        false
149         width:           200
150         height:          140
151         mime:            image/jpeg
152         quality:         90
153         default:         default_avatar.jpg
154       small16:
155         squarize:        true
156         width:           32
157         height:          16
158         mime:            image/jpeg
159         quality:         95
160         default:         default_avatar16.jpg
161       small48:
162         squarize:        true
163         width:           96
164         height:          48
165         mime:            image/jpeg
166         quality:         95
167         default:         default_avatar48.jpg
168
169   recaptcha:             # Get an API key at http://recaptcha.net/
170     enabled:             on # set to off to disable captcha (HAZARDOUS)
171     private_key:         ~  # put your recatcha private api key here
172     public_key:          ~  # put your recatcha public api key here
173
174   recommendations:
175     max_items:           8
176
177   tags:
178     limit:               50
179
180   sf_guard_plugin:
181     remember_cookie_name:        symfonians_rmb
182     remember_key_expiration_age: <?php echo 86400 * 15 ?>
183
184   yahoo_geocoding:
185     api_gateway:         "http://local.yahooapis.com/MapsService/V1/geocode?"
186     api_key:             ~ # get an API key here: http://developer.yahoo.com/wsregapp/
Note: See TracBrowser for help on using the browser.