-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-core.ini
49 lines (37 loc) · 1.31 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
#
# ckan - Pylons testing environment configuration
#
[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 5000
[app:main]
use = config:development.ini
#faster_db_test_hacks = True
#sqlalchemy.url = sqlite:///
ckan.cache_validation_enabled = True
ckan.cache_enabled = False
ckan.cache.default_expires = 200
ckan.tests.functional.test_cache.expires = 1800
ckan.tests.functional.test_cache.TestCacheBasics.test_get_cache_expires.expires = 3600
ckan.site_title = CKAN
ckan.site_logo = /images/ckan_logo_fullname_long.png
package_form = standard
ckan.plugins =
licenses_group_url =
# pyamqplib or queue
carrot_messaging_library = queue
ckan.site_url = http://test.ckan.net
package_new_return_url = http://localhost/package/<NAME>?test=new
package_edit_return_url = http://localhost/package/<NAME>?test=edit
ckan.extra_resource_fields = alt_url
# disable this so we can test all types of indexing
ckan.build_search_index_synchronously = false
# Add additional test specific configuration options as necessary.
auth.blacklist = 83.222.23.234
search_backend = sql
# Change API key HTTP header to something non-standard.
apikey_header_name = X-Non-Standard-CKAN-API-Key
# ckan.plugins = amqp_notifier
# use <strong> so we can check that html is *not* escaped
ckan.template_footer_end = <strong>TEST TEMPLATE_FOOTER_END TEST</strong>