-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.ini
53 lines (40 loc) · 1.33 KB
/
test.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
[DEFAULT]
debug = false
smtp_server = localhost
error_email_from = ckan@localhost
[app:main]
use = config:../ckan/test-core.ini
# Insert any custom config settings to be used when running your extension's
# tests here. These will override the one defined in CKAN core's test-core.ini
ckan.plugins = who_romania scheming_datasets activity
ckan.auth.allow_dataset_collaborators = true
scheming.dataset_schemas = ckanext.who_romania:tests/schemas/auto_generate_name_from_title.yaml
ckanext.who_romania:tests/schemas/autofill.json
ckanext.who_romania.lambda_ckan_url = https://wrc.fjelltopp.org
ckanext.who_romania.family_medicine_lambda = WRCLambda-FamilyMedicine-8lXLORrdBUsY
ckanext.who_romania.family_medicine_template = https://wrc.fjelltopp.org/dataset/a460606e-625d-4edf-821e-058f29fff20a/resource/6e451aa0-9105-458f-a065-663f7e4fbed0/download/6.xlsx
# 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