-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
58 lines (47 loc) · 1.43 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
# 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@Rhome@pypi.factorysmart.com/
# Development Repo/PyPi Server
DOCKER_REPO=dev-registry.factorysmart.com
PYPI_SERVER=https://pyadmin:D3@Rhome@dev-pypi.factorysmart.com
# Gadget Release
PACKAGE_VER=2.1.219
#
# 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
#
FACTORY_CLIENT_ID=
#
# Device identifier
#
# Used by GoFactory to uniquely identify the data sent from this device.
#
GADGET_DEVICE_ID=0
#
# Hashicorp Vault token
#
# Required if GoFactory is running in the cloud. Ignored if GoFactory is running on-premises.
#
VAULT_CREDENTIAL=