-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathinit.ini
106 lines (95 loc) · 2.55 KB
/
init.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
94
95
96
97
98
99
100
101
102
103
104
105
106
[GLOBALS]
db_schema = evemarketdata_new
db_host = localhost
db_user = root
db_pw = root
db_port = 3306
db_driver = MySQL ODBC 5.3 ANSI Driver
user_agent = lockefox https://github.com/lockefox/EVE_MarketAnalyzer
default_retries = 5
default_sleep = 1
default_timeout = 30
default_readtimeout = 10
;sde_schema = yc118-3-117575
sde_schema = yc118-5-sde
thread_count = 20
[LOGGING]
;NOTE: DO NOT COMMIT ACCOUNT SECRETS. USE init_local.ini for secret info
email_source =
email_recipients =
email_username =
email_secret =
email_server =
email_port =
[TABLES]
crest_pricehistory = crest_markethistory
crest_industryindex = crest_systemindex
crest_serverprices = crest_serverprices
zkb_participants = kill_participants
zkb_fits = kill_fits
zkb_trunc_stats = kill_losses
zkb_crest_info = kill_crestinfo
zkb_location = kill_location
cron_evecentral = snapshot_evecentral
cron_sovereignty = snapshot_map
[CREST]
default_path = https://crest-tq.eveonline.com/
test_path = https://public-crest-sisi.testeveonline.com/
progress_file_base = crest_progress.json
optimize_table =
[EVE-CENTRAL]
default_path = http://api.eve-central.com/api/marketstat
[ZKB]
base_query = https://beta.eve-kill.net/api/
;query_limit = 86400
default_sleep = 11
subquery_limit = 10
query_limit = 86400
retry_limit = 10
db_dump = 0
api_fetch_limit = 2014-06-01
progress_file = zkb_progress.json
logfile = zkb.log
result_dumpfile = zkb_result.json
snooze_routine = HOURLY
group_routine = GROUP
query_mod = 1.1
[KILLMAIL]
thread_count = 20
start_date = 2014-01-01
end_date =
hash_log_path = D:/backups/crestdump/crestdump.txt
odbc_dsn = evemarketdata
progress_file = killmail_progress.json
[STATS]
market_volume_outfile = market_vols.csv
debug = 0
report_sigmas = -2.5,-2.0,-1.5,-1.0,-0.5,0.0,0.5,1.0,1.5,2.0,2.5
filter_sigmas = -2.5,-2.0,2.0,2.5
outlier_outfile = sig_flags.txt
R_config_file = chart_list.json
plot_width = 1600
plot_height= 900
format = png
default_quantmod = addBBands(15,2);addVo();addMACD(5,15,5)
default_subset = last 12 weeks
[NEWSTATS]
SDE_ODBC_DSN = USEDEFAULT
CREST_ODBC_DSN = crest_ODBC
EC_ODBC_DSN = randomboy50_ec
FLAGS_ODBC_DSN = evemarketdata
[CRON]
evecentral_typelimit = 500
evecentral_query = query_allScrapedItems
evecentral_defaulttype = json
evecentral_defaultlocationid = 30000142
evecentral_baseURL = http://api.eve-central.com/api/marketstat/
compressed_logging = 0
live_table_range = 90
zkb_redis_link = http://redisq.zkillboard.com/listen.php
zkb_exception_limit = 5
zkb_timeout = 60
[ARCHIVE]
default_run_arg = test
erase_delay = 10
write_mod = 10000