-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.properties
51 lines (42 loc) · 1.39 KB
/
config.properties
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
# Copy this file to ~/.pubtrends/config.properties
# PostgreSQL Database configuration
# Leave postgres_host empty to disable
postgres_host =
postgres_port = 5432
postgres_username = biolabs
postgres_password = mysecretpassword
postgres_database = pubtrends
test_postgres_host = localhost
test_postgres_port = 5432
test_postgres_username = biolabs
test_postgres_password = mysecretpassword
test_postgres_database = test_pubtrends
# Database loaders settings
loader_batch_size = 1000
loader_collect_stats = true
# Search settings
min_search_words = 2
max_number_of_citations = 10000000
max_number_of_cocitations = 1000000
max_number_of_bibliographic_coupling = 1000000
show_max_articles_options = 100, 500, 1000, 2000, 5000
show_max_articles_default_value = 1000
# 2x show_max_articles
max_number_to_expand = 10000
max_graph_size = 10000
save_to_files_enabled = True
# Sources configuration
pm_enabled = false
pm_search_example_terms = "human aging";brain computer interface
# Email for Entrez access used for Pubmed API search
entrez_email = mail@server.com
ss_enabled = false
ss_search_example_terms = "reinforcement learning";programming languages theory
# Admin password for admin dashboard
admin_password = password
# Additional modules configuration
feature_authors_enabled = True
feature_journals_enabled = True
feature_numbers_enabled = True
feature_evolution_enabled = True
feature_review_enabled = True