-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
44 lines (34 loc) · 1.02 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
# Insert the below value
# ------------------------------------------
# AWS IAM
ACCESS_KEY = 'YOUR_AWS_ACCESSKEY'
ACCESS_SCRECT ='YOUR_ACCESS_SCRECT'
# Prefect
Prefect_handle = 'YOUR_Prefect_handle'
Prefect_name = 'YOUR_Prefect_name'
Prefect_API_KEY = 'YOUR_Prefect_API_KEY'
Prefect_Workspaceid = 'YOUR_Prefect_Workspaceid'
Prefect_Accountid = 'YOUR_Prefect_Accountid'
#Change below to your prefer value
# ------------------------------------------
# AWS CONFIG
AWS_DEFAULT_REGION='ap-southeast-1'
AWS_USER_DB = 'mlop_useradmin'
AWS_PASS_DB = 'mlop_passadmin'
#S3
S3_BUCKET = 'mlop-model-artifact'
S3_BUCKET_DATA = 'mlop-data'
# RDS
DB_NAME_ML = 'MLOP_Backend'
DB_NAME_MONI = 'MONITOR_DB'
DB_USERNAME = 'admin'
DB_PASSWORD = 'admin'
# ML FLOW
EXPERIMENT_ID = '1'
# PREFECT
Prefect_Workspace = "${Prefect_handle}/${Prefect_name}"
Prefect_API_Login = "https://api.prefect.cloud/api/accounts/${Prefect_Accountid}/workspaces/${Prefect_Workspaceid}"
# PlACE HOLDER
DBS_ENDPOINT = ''
AWS_DB_ML = ''
AWS_DB_MONITOR = ''