forked from epam/badgerdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (25 loc) · 782 Bytes
/
.env.example
File metadata and controls
35 lines (25 loc) · 782 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
25
26
27
28
29
30
31
32
33
34
35
# !!!! Important !!!!
# This .env file is for running local installation only
# General configuration
LOG_LEVEL=DEBUG
# PostgreSQL dev configuration
POSTGRES_HOST=postgres-postgresql
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=badgerdoc
# Minio dev configuration
# boto3 requires with http, Minio without.
# TODO: We need to unify this configuration
S3_PROVIDER=minio
S3_ENDPOINT_URL=http://badgerdoc-minio
S3_ENDPOINT=badgerdoc-minio
S3_ACCESS_KEY=minioadmin
S3_SECRET_KEY=minioadmin
# KeyCloak dev configuration
# TODO: all services must use KEYCLOAK_HOST (if needed)
KEYCLOAK_HOST=http://badgerdoc-keycloak:8080
KEYCLOAK_SYSTEM_USER_CLIENT=badgerdoc-internal
KEYCLOAK_SYSTEM_USER_SECRET=
KEYCLOAK_USER=admin
KEYCLOAK_PASSWORD=admin