generated from lmitechnologies/Gadget_Inspection_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
63 lines (54 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
# ARM or x86 Platform
# DOCKER_PLATFORM=linux/arm64/v8
DOCKER_PLATFORM=linux/amd64
# Public Docker Repo/PyPi Server
DOCKER_REPO=gcp-registry.lmi-tech.com
PYPI_SERVER=https://pyadmin:D3@[email protected]/
# Development Repo/PyPi Server
# DOCKER_REPO=dev-registry.factorysmart.com
# PYPI_SERVER=https://pyadmin:D3@[email protected]
# Gadget Release
PACKAGE_VER=1.6.69
#
# Cloud project name
#
# Required for GoFactory cloud integration. Ignored for GoFactory on-premises.
#
CLOUD_PROJECT_ID=
#
# GoFactory host name or IP address
#
# Always required to connect with GoFactory (cloud or on-premises integration).
#
# Can be set to "host.docker.internal" if Factory and Gadget are running on the same host.
#
FACTORY_HOST=
#
# GoFactory client identifier
#
# Used by GoFactory to uniquely identify the data sent from this device. Must be
# in the format "Site-App-Line", where "Site" describes the installation location,
# "App" describes the type of inspection application, and "Line" identifies
# specific inspection station. E.g., "Chicago-Pizza-0".
#
# Note, this client identifier must be added to GoFactory in order to view the data
# from this device.
#
FACTORY_CLIENT_ID=
#
# Storage profile
#
# Specifies the location of storage buckets that are used for communication with
# GoFactory.
#
# Valid options:
# * gadget-to-gcp: Use when GoFactory is running in GCP
# * gadget-to-minio: Use when GoFactory is running on premises
#
STORAGE_PROFILE=
#
# Hashicorp Vault token
#
# Required if GoFactory is running in the cloud. Ignored if GoFactory is running on-premises.
#
VAULT_TOKEN=