-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test
More file actions
24 lines (21 loc) · 623 Bytes
/
.env.test
File metadata and controls
24 lines (21 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORT=8000
LOG_LEVEL=DEBUG
SSL_ENABLED=false
SSL_CERT_FILE=
SSL_KEY_FILE=
MONGO_URI=mongodb://localhost:27017
MONGO_DB=switcher-gitops-test
GIT_TOKEN_PRIVATE_KEY=SecretSecretSecretSecretSecretSe
HANDLER_WAITING_TIME=1m
SWITCHER_API_CA_CERT=
SWITCHER_API_URL=https://switcherapi.com/api
SWITCHER_API_JWT_SECRET=SecretSecretSecretSecretSecretSe
SWITCHER_PATH_GRAPHQL=/gitops-graphql
SWITCHER_PATH_PUSH=/gitops/v1/push
# Only for testing purposes. Values are loaded from accounts
GIT_USER=
GIT_TOKEN=
GIT_TOKEN_READ_ONLY=
GIT_REPO_URL=https://github.com/switcherapi/switcher-gitops-fixture
GIT_BRANCH=main
GIT_PATH=resources