|
Revision 6, 3.9 kB
(checked in by nperriault, 10 months ago)
|
Removed hard-coded google analytics tracker id, it has been put in the app.yml file
|
| 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 |
screenshot_width: 200 |
|---|
| 10 |
screenshot_height: 140 |
|---|
| 11 |
screenshot_mime: image/jpeg |
|---|
| 12 |
screenshot_quality: 90 |
|---|
| 13 |
default_screenshot: default_screenshot.png |
|---|
| 14 |
|
|---|
| 15 |
blog: |
|---|
| 16 |
max_items: 5 |
|---|
| 17 |
box_max_items: 5 |
|---|
| 18 |
|
|---|
| 19 |
contact: |
|---|
| 20 |
default_recipient: <your_contact_email_address_here> |
|---|
| 21 |
|
|---|
| 22 |
companies: |
|---|
| 23 |
max_items: 12 |
|---|
| 24 |
box_max_items: 5 |
|---|
| 25 |
upload_dir: companies |
|---|
| 26 |
logo_width: 200 |
|---|
| 27 |
logo_height: 140 |
|---|
| 28 |
logo_mime: image/jpeg |
|---|
| 29 |
logo_quality: 90 |
|---|
| 30 |
default_logo: default_logo.png |
|---|
| 31 |
|
|---|
| 32 |
cultures: |
|---|
| 33 |
enabled: [en, fr] |
|---|
| 34 |
|
|---|
| 35 |
events: |
|---|
| 36 |
max_items: 20 |
|---|
| 37 |
box_max_items: 6 |
|---|
| 38 |
check_duplicates_period: 300 |
|---|
| 39 |
|
|---|
| 40 |
feeds: |
|---|
| 41 |
max_items: 25 |
|---|
| 42 |
|
|---|
| 43 |
googleanalytics: |
|---|
| 44 |
tracker_id: <your_google_analytics_tracker_id_here> |
|---|
| 45 |
|
|---|
| 46 |
googlemaps: |
|---|
| 47 |
api_key: <your_google_api_key_here> |
|---|
| 48 |
|
|---|
| 49 |
homepage: |
|---|
| 50 |
max_profiles: 7 |
|---|
| 51 |
max_applications: 7 |
|---|
| 52 |
max_jobs: 7 |
|---|
| 53 |
|
|---|
| 54 |
jobs: |
|---|
| 55 |
max_items: 12 |
|---|
| 56 |
box_max_items: 5 |
|---|
| 57 |
|
|---|
| 58 |
karma: |
|---|
| 59 |
address: 1 |
|---|
| 60 |
app_submitted: 5 |
|---|
| 61 |
app_related: 4 |
|---|
| 62 |
avatar: 1 |
|---|
| 63 |
companies_submitted: 4 |
|---|
| 64 |
job_submitted: 5 |
|---|
| 65 |
recommendation_get: 50 |
|---|
| 66 |
recommendation_sent: 2 |
|---|
| 67 |
trac_username: 3 |
|---|
| 68 |
|
|---|
| 69 |
lucene: |
|---|
| 70 |
index: MyIndex |
|---|
| 71 |
per_page: 10 |
|---|
| 72 |
pager_radius: 5 |
|---|
| 73 |
result_size: 200 |
|---|
| 74 |
result_highlighter: <strong class="highlight">%s</strong> |
|---|
| 75 |
|
|---|
| 76 |
|
|---|
| 77 |
mail: |
|---|
| 78 |
sender_name: Symfonians Mailbot |
|---|
| 79 |
sender_address: "no-reply@symfonians.net" |
|---|
| 80 |
subject_prefix: "[Symfonians]" |
|---|
| 81 |
mailer: smtp |
|---|
| 82 |
protocol: tls |
|---|
| 83 |
hostname: smtp.gmail.com |
|---|
| 84 |
port: 465 |
|---|
| 85 |
charset: utf-8 |
|---|
| 86 |
content_type: text/plain |
|---|
| 87 |
username: <your_username_here> |
|---|
| 88 |
password: <your_password_here> |
|---|
| 89 |
|
|---|
| 90 |
people: |
|---|
| 91 |
max_items: 6 |
|---|
| 92 |
box_max_items: 5 |
|---|
| 93 |
max_skill_tags: 200 |
|---|
| 94 |
skill_tags: |
|---|
| 95 |
- html |
|---|
| 96 |
- php |
|---|
| 97 |
- symfony |
|---|
| 98 |
- django |
|---|
| 99 |
- ruby on rails |
|---|
| 100 |
- sql |
|---|
| 101 |
- mysql |
|---|
| 102 |
- postgresql |
|---|
| 103 |
- sqlite |
|---|
| 104 |
- oracle |
|---|
| 105 |
- sqlserver |
|---|
| 106 |
- css |
|---|
| 107 |
- javascript |
|---|
| 108 |
- oop |
|---|
| 109 |
- perl |
|---|
| 110 |
- python |
|---|
| 111 |
- ruby |
|---|
| 112 |
- c |
|---|
| 113 |
- c++ |
|---|
| 114 |
- java |
|---|
| 115 |
- flash |
|---|
| 116 |
- flex |
|---|
| 117 |
- actionscript |
|---|
| 118 |
- unix |
|---|
| 119 |
- linux |
|---|
| 120 |
- windows |
|---|
| 121 |
- mac os x |
|---|
| 122 |
- apache |
|---|
| 123 |
- lighttpd |
|---|
| 124 |
- nginx |
|---|
| 125 |
- ms access |
|---|
| 126 |
- informix |
|---|
| 127 |
- soap |
|---|
| 128 |
- wsdl |
|---|
| 129 |
- rest |
|---|
| 130 |
- asp |
|---|
| 131 |
- dotnet |
|---|
| 132 |
- j2ee |
|---|
| 133 |
- xml |
|---|
| 134 |
- silverlight |
|---|
| 135 |
- ajax |
|---|
| 136 |
- propel |
|---|
| 137 |
- doctrine |
|---|
| 138 |
- jquery |
|---|
| 139 |
- YUI |
|---|
| 140 |
- prototypejs |
|---|
| 141 |
- script.aculo.us |
|---|
| 142 |
- dojo |
|---|
| 143 |
- mootools |
|---|
| 144 |
- coldfusion |
|---|
| 145 |
|
|---|
| 146 |
upload_dir: people |
|---|
| 147 |
formats: |
|---|
| 148 |
standard: |
|---|
| 149 |
squarize: false |
|---|
| 150 |
width: 200 |
|---|
| 151 |
height: 140 |
|---|
| 152 |
mime: image/jpeg |
|---|
| 153 |
quality: 90 |
|---|
| 154 |
default: default_avatar.jpg |
|---|
| 155 |
small16: |
|---|
| 156 |
squarize: true |
|---|
| 157 |
width: 32 |
|---|
| 158 |
height: 16 |
|---|
| 159 |
mime: image/jpeg |
|---|
| 160 |
quality: 95 |
|---|
| 161 |
default: default_avatar16.jpg |
|---|
| 162 |
small48: |
|---|
| 163 |
squarize: true |
|---|
| 164 |
width: 96 |
|---|
| 165 |
height: 48 |
|---|
| 166 |
mime: image/jpeg |
|---|
| 167 |
quality: 95 |
|---|
| 168 |
default: default_avatar48.jpg |
|---|
| 169 |
|
|---|
| 170 |
recommendations: |
|---|
| 171 |
max_items: 8 |
|---|
| 172 |
|
|---|
| 173 |
tags: |
|---|
| 174 |
limit: 50 |
|---|
| 175 |
|
|---|
| 176 |
sf_guard_plugin: |
|---|
| 177 |
remember_cookie_name: symfonians_rmb |
|---|
| 178 |
remember_key_expiration_age: <?php echo 86400 * 15 ?> |
|---|
| 179 |
|
|---|
| 180 |
yahoo_geocoding: |
|---|
| 181 |
api_gateway: "http://local.yahooapis.com/MapsService/V1/geocode?" |
|---|
| 182 |
api_key: <your_yahoo_api_key_here> |
|---|