Add bootstrap-responcive.css config variable in development.ini.
[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 ignored_fields =
24     organism-type
25 markers_url = http://localhost:7000/images/markers/
26 misc_url = http://localhost:7000/images/misc/
27 petitpois_url = http://127.0.0.1:5000/
28 realm = Etalage
29 static_files = true
30 territoria_url = http://127.0.0.1:8090/
31 tile_layers = [
32     {
33         'attribution': 'DonnĂ©es cartographiques CC-By-SA <a href="http://openstreetmap.org/" rel="external">OpenStreetMap</a>',
34         'name': 'OpenStreetMap',
35         'subdomains': 'abc',
36         'url': 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
37         },
38     ]
39
40 # CSS & JavaScript URLs
41 bootstrap.css = http://localhost:7000/bootstrap/latest/css/bootstrap.min.css
42 bootstrap.js = http://localhost:7000/bootstrap/latest/js/bootstrap.min.js
43 bootstrap-responsive.css = http://gentop.easter-eggs.fr:7000/bootstrap/latest/css/bootstrap-responsive.css
44 easyxdm.js = http://localhost:7000/easyxdm/latest/easyXDM.min.js
45 gadget-integration.js = http://localhost:7002/integration.js
46 easyxdm.swf = http://localhost:7000/easyxdm/latest/easyxdm.swf
47 jquery.js = http://localhost:7000/jquery/jquery.min.js
48 jquery-ui.css = http://localhost:7000/jquery-ui/latest/themes/smoothness/jquery-ui.css
49 jquery-ui.js = http://localhost:7000/jquery-ui/latest/jquery-ui.min.js
50 json2.js = http://localhost:7000/easyxdm/latest/json2.js
51 leaflet.css = http://localhost:7000/leaflet/latest/leaflet.css
52 leaflet.ie.css = http://localhost:7000/leaflet/latest/leaflet.ie.css
53 leaflet.js = http://localhost:7000/leaflet/latest/leaflet.js
54 pie.js = http://localhost:7000/css3pie/latest/PIE.js
55 prettify.js = http://localhost:7000/google-code-prettify/latest/prettify.js
56