Add custom templates.
[infos-pratiques:etalage.git] / development.ini
1 # Etalage - Development environment configuration
2 #
3 # The %(here)s variable will be replaced with the parent directory of this file.
4
5 [DEFAULT]
6 debug = true
7 # Uncomment and replace with the address which should receive any error reports
8 #email_to = you@yourdomain.com
9 smtp_server = localhost
10 error_email_from = etalage@localhost
11
12 [server:main]
13 use = egg:Paste#http
14 host = 127.0.0.1
15 port = 8091
16
17 [app:main]
18 use = egg:Etalage
19 biryani_i18n_dir = %(here)s/../biryani/biryani/i18n/
20 cache_dir = %(here)s/cache
21 # custom_templates_dir = /path/to/custom/templates
22 database = souk
23 markers_url = http://localhost:7000/images/markers/
24 petitpois_url = http://127.0.0.1:5000/
25 realm = Etalage
26 static_files = true
27 territoria_url = http://127.0.0.1:8090/
28 tile_url_template = http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
29
30 # CSS & JavaScript URLs
31 bootstrap.css = http://localhost:7000/bootstrap/latest/css/bootstrap.min.css
32 bootstrap.js = http://localhost:7000/bootstrap/latest/js/bootstrap.min.js
33 easyxdm.js = http://localhost:7000/easyxdm/latest/easyXDM.min.js
34 gadget-integration.js = http://localhost:7002/integration.js
35 easyxdm.swf = http://localhost:7000/easyxdm/latest/easyxdm.swf
36 jquery.js = http://localhost:7000/jquery/jquery.min.js
37 jquery-ui.css = http://localhost:7000/jquery-ui/latest/themes/smoothness/jquery-ui.css
38 jquery-ui.js = http://localhost:7000/jquery-ui/latest/jquery-ui.min.js
39 json2.js = http://localhost:7000/easyxdm/latest/json2.js
40 leaflet.css = http://localhost:7000/leaflet/latest/leaflet.css
41 leaflet.ie.css = http://localhost:7000/leaflet/latest/leaflet.ie.css
42 leaflet.js = http://localhost:7000/leaflet/latest/leaflet.js
43 pie.js = http://localhost:7000/css3pie/latest/PIE.js
44 prettify.js = http://localhost:7000/google-code-prettify/latest/prettify.js
45