-
Notifications
You must be signed in to change notification settings - Fork 36
/
test-core.ini
93 lines (72 loc) · 2.43 KB
/
test-core.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[DEFAULT]
debug = true
smtp_server = localhost
error_email_from = paste@localhost
[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 5000
[app:main]
use = config:links/test-core.ini
beaker.session.secret = thisisalegitsecret
beaker.session.timeout = 3600
wet_theme.url = /theme-gcweb/themes-dist-4.0.9-gcweb
wet_theme.geo_map_type = dynamic
scheming.dataset_schemas =
ckanext.canada:schemas/dataset.yaml
ckanext.canada:schemas/maps.yaml
ckanext.canada:schemas/info.yaml
scheming.presets = ckanext.scheming:presets.json
ckanext.fluent:presets.json
ckanext.canada:schemas/presets.yaml
scheming.organization_schemas = ckanext.canada:schemas/organization.yaml
ckan.plugins = canada_theme validation canada_forms canada_internal canada_public
recombinant datastore canada_datasets scheming_organizations fluent
canada_security image_view recline_view
# no default views for tests...
# ckan.views.default_views = []
# we have tests for web user registration form
ckan.auth.create_user_via_web = true
#ckan.tracking_enabled = true
ckan.site_logo = /img/logo_64px_wide.png
ckan.favicon = /images/icons/ckan.ico
ckan.gravatar_default = identicon
licenses_group_url = file://%(here)s/ckanext/canada/public/static/licenses.json
ckan.legacy_templates = no
# ATI/PD Solr cores
ati.solr_url = http://solr:8983/solr/test__core_ati
contracts.solr_url = http://solr:8983/solr/test__core_contracts
wrongdoing.solr_url = http://solr:8983/solr/test__core_wrongdoing
grants.solr_url = http://solr:8983/solr/test__core_grants
hospitalityq.solr_url = http://solr:8983/solr/test__core_hospitalityq
travelq.solr_url = http://solr:8983/solr/test__core_travelq
travela.solr_url = http://solr:8983/solr/test__core_travela
reclassification.solr_url = http://solr:8983/solr/test__core_reclassification
contractsa.solr_url = http://solr:8983/solr/test__core_contractsa
inventory.solr_url = http://solr:8983/solr/test__core_inventory
briefingt.solr_url = http://solr:8983/solr/test__core_briefingt
# Logging configuration
[loggers]
keys = root, ckan, sqlalchemy
[handlers]
keys = console
[formatters]
keys = generic
[logger_root]
level = WARN
handlers = console
[logger_ckan]
qualname = ckan
handlers =
level = INFO
[logger_sqlalchemy]
handlers =
qualname = sqlalchemy.engine
level = WARN
[handler_console]
class = StreamHandler
args = (sys.stderr,)
level = NOTSET
formatter = generic
[formatter_generic]
format = %(asctime)s %(levelname)-5.5s [%(name)s] %(message)s