Put CDN configuration variables in environnement.py.
[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 petitpois_url = http://127.0.0.1:5000/
26 realm = Etalage
27 static_files = true
28 territoria_url = http://127.0.0.1:8090/
29 tile_layers = [
30     {
31         'attribution': 'DonnĂ©es cartographiques CC-By-SA <a href="http://openstreetmap.org/" rel="external">OpenStreetMap</a>',
32         'name': 'OpenStreetMap',
33         'subdomains': 'abc',
34         'url': 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
35         },
36     ]
37
38 # CSS & JavaScript & images URLs
39 cdn_url = http://http://localhost:7002
40 gadget-integration = http://localhost:7002/integration.js