-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env
33 lines (31 loc) · 810 Bytes
/
.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
COMPOSE_HTTP_TIMEOUT=180
DCI_GIT_REPO_DIR=.
# api
API_HOST=0.0.0.0
DB_HOST=db
DCI_CS_URL=http://api:5000
SSO_URL=https://sso.stage.redhat.com
REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt
SSO_REALM=redhat-external
SSO_CLIENT_ID=dci
SSO_AUDIENCES=api.dci
DCI_NB_WORKERS=2
## Store s3/minio
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin
STORE_ENGINE=s3
STORE_FILES_CONTAINER=dci-files-dev
STORE_COMPONENTS_CONTAINER=dci-components-dev
STORE_CONTAINER_BUCKET=docker-registry
AWS_ACCESS_KEY_ID=minioadmin
AWS_SECRET_ACCESS_KEY=minioadmin
AWS_REGION=us-east-1
S3_ENDPOINT_URL=http://minio:9000
AWS_SIGNATURE_VERSION=s3v4
# Feeder
LOG_DIR=/tmp
DEST_REGISTRY_URL=registry:2375
DEST_REGISTRY_INSECURE=True
OCP_PULLSECRET_FILE=/opt/dci-feeder-api/pull-secret.json
RQ_REDIS_HOST=redis
RQ_REDIS_PORT=6379