-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
48 lines (37 loc) · 1.38 KB
/
.env
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
# Initial csv names
# -------------------------
# R_COLLAPSED_CSV_NAME='Rcollapsed.csv' # produced by R script
BOOLEAN_CSV_NAME='veris_df.csv'
BOOLEAN_CSV_URL='https://raw.githubusercontent.com/vz-risk/VCDB/master/data/csv/vcdb.csv.zip'
# utils.py -> load_datasets()
# --------------------------
JSON_DIR='../VCDB/data/json/validated/'
CSV_DIR="."
RESULTS_DIR="./results/"
# etl.py
# --------------------------
# COLUMNS_TO_DROP_BY_TERM='cve, asset.cloud, notes, incident_id, plus'
# COLUMNS_TO_DROP='actor.partner.country, actor.external.country, action.unknown.result, asset.hosting, attribute.confidentiality.state, campaign_id, victim.revenue.iso_currency_code, victim.secondary.amount, victim.secondary.amount'
# COLUMNS_TO_MANAGE_TIME='attribute.availability.duration, timeline.compromise, timeline.discovery'
# RECREATE_VERIS='True'
# NEW_NAN='NA'
# NEW_UNKNOWN_VALUE='?'
# PRODUCT_CSV_NAME='etl_product.csv'
# mlflow
# ---------------------------
MLFLOW_TRACKING_URI=http://localhost:5000
# postgres
# --------------------------
POSTGRES_USER=postgres
POSTGRES_DATABASE=postgres
POSTGRES_PASSWORD=postgres
# training config
# --------------------------
# Go to MLproject
# deployment config
# --------------------------
# Go to deployment_config.json
# MLFLOW_URI=http://147.102.6.64:5000
MLFLOW_S3_ENDPOINT_URL=http://localhost:9000
AWS_ACCESS_KEY_ID=minio-id
AWS_SECRET_ACCESS_KEY=minio-key