-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
40 lines (29 loc) · 1.12 KB
/
.env.example
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
# --- BEGIN SECTION: Starter constants
ENV=
# Name of the project
APP_NAME=reviews-parsing-mlsys
GCP_PROJECT_NAME=
GCP_REGION=
# Get your current Gcloud Account: `gcloud info | grep Account`
GCLOUD_ACCOUNT=
USER_EMAIL=
HUGGINGFACE_READ_TOKEN=
HUGGINGFACE_WRITE_TOKEN=
# --- END SECTION: Starter constants
# Base URL of your app, for example: https://dev-reviews-parsing-mlsys.endpoints.<GCP_PROJECT>.cloud.goog
# Installed apps will get subpath like this: BASE_URL/mlflow, BASE_URL/jenkins
BASE_URL=
MLFLOW_TRACKING_URI=
MLFLOW_TRACKING_USERNAME=
MLFLOW_TRACKING_PASSWORD=
ISTIO_IP=
REGISTRY_CREDENTIAL_SECRETS=reviews-parsing-ner-aspects-container-registry
# For Dockerhub:
# PRIVATE_REGISTRY_URL=docker.io does not work, error: unauthorized
# PRIVATE_REGISTRY_URL=https://index.docker.io/v1/ works according to K8s doc: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-secret-by-providing-credentials-on-the-command-line
PRIVATE_REGISTRY_URL=https://index.docker.io/v1/
PRIVATE_REGISTRY_EMAIL=
PRIVATE_REGISTRY_USER=
PRIVATE_REGISTRY_PASSWORD=
GRAFANA_ADMIN_PASSWORD=
JENKINS_ADMIN_PASSWORD=