forked from saferwall/saferwall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
51 lines (43 loc) · 1.7 KB
/
example.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
49
50
51
# Example of env config file.
# ====================== CURRENT VERSION ======================
export SAFERWALL_VER = 0.0.3
export SAFERWALL_RELEASE_NAME = venus
# ========================= MULTI AV =========================
export ESET_USER =
export ESET_PWD =
export SOPHOS_URL = https://www.dropbox.com/s/d9cx2wddeiqff59/sav-linux-free
export SYMANTEC_URL =
export BITDEFENDER_LICENSE_KEY =
export DR_WEB_LICENSE_KEY =
export TREND_MICRO_LICENSE_KEY =
# ========================= DOCKER HUB ========================
export DOCKER_HUB_USR =
export DOCKER_HUB_PWD =
# =========================== MINIO ===========================
export MINIO_ACCESS_KEY = minio
export MINIO_SECRET_KEY = minio123
# ============================ AWS ============================
export KOPS_CLUSTER_NAME=saferwall.k8s.local
export KOPS_STATE_S3_BUCKET_NAME=saferwall-kops-state
export KOPS_STATE_STORE=s3://${KOPS_STATE_S3_BUCKET_NAME}
export AWS_ACCESS_KEY_ID=$(aws configure get aws_access_key_id)
export AWS_SECRET_ACCESS_KEY=$(aws configure get aws_secret_access_key)
export AWS_REGION = us-east-1
export AWS_MASTER_COUNT=1
export AWS_MASTER_SIZE = t2.small
export AWS_MASTER_ZONES=us-east-1a
export AWS_NODE_COUNT = 1
export AWS_NODE_SIZE = t2.medium
export AWS_NODE_ZONES= us-east-1a
export AWS_EFS_TOKEN= saferwall-efs
# ========================= MINIKUBE =========================
# supported values ['virtualbox', 'kvm2']
export MINIKUBE_DRIVER=virtualbox
export MINIKUBE_CPU=2
export MINIKUBE_MEMORY=4096
export MINIKUBE_DISK_SIZE=20GB
# ========================== VAGRANT =========================
export VAGRANT_TOKEN =
# ============================ GO ===========================
export GOROOT = /usr/local/go
export GOPATH = ~/go