forked from george0st/qgate-sln-mlrun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqgate-sln-mlrun.env
31 lines (24 loc) · 946 Bytes
/
qgate-sln-mlrun.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
############################
# Setting for MLRun/Iguazio
############################
# Url to the MLRun API:
# for Iguazio e.g. https://mlrun-api.default-tenant.app.iguazio-nonprod
# for Docker Desktop e.g.http://localhost:8080
# Note: Mandatory
#MLRUN_DBPATH =
# User name to the Iguazio/V3IO login e.g. jist
# Note: Empty for pure MLRun without Iguazio
#V3IO_USERNAME =
# Access key to the Iguazio/V3IO in GUID format e.g. 670068ad-abe0-530f-beb1-c78996d99818
# Note: Empty for pure MLRun without Iguazio
#V3IO_ACCESS_KEY =
# Url to the Iguazio/V3IO e.g. https://webapi.default-tenant.app.iguazio-nonprod
# Note: Empty for pure MLRun without Iguazio
#V3IO_API =
####################
# Setting for QGate
####################
# Path to the QGate model definition (the path can be relative or full) e.g. ../qgate-fs-model/
QGATE_DEFINITION = ../qgate-model/
# Path to the QGate output directory e.g. ./output/
QGATE_OUTPUT = ./output/