-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
34 lines (23 loc) · 943 Bytes
/
.env.example
File metadata and controls
34 lines (23 loc) · 943 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
SERVICE_PROFILE=development
SERVICE_PORT=8082
SERVICE_NAME=igrpplatformprocessmanagerstudio-service
KUBERNETES_DISCOVERY_ENABLED=false
EUREKA_CLIENT_SERVICEURL_DEFAULTZONE=http://igrp-eureka:8761/eureka/
EUREKA_CLIENT_ENABLED=true
LOGGING_LEVEL_ROOT=INFO
LOGGING_LEVEL_SPRING_WEB=DEBUG
LOGGING_LEVEL_APP=DEBUG
POSTGRES_SERVICE_NAME=postgres
# Use <localhost> to conect to a database in docker with api outside, use <host.docker.internal> when running the full app, database inside docker desktop locally
POSTGRES_HOST=host.docker.internal
POSTGRES_PORT=5432
POSTGRES_DATABASE=igrpplatformprocessmanagerstudio_db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
AUTH_JWT_ISSUER=https://demoigrp.nosi.cv/auth/realms/igrp
ENABLE_SWAGGER=true
IGRP_PROCESS_ENGINE_BASE_URL=http://localhost:8080
# Observability
# If you need observability, just enable the OpenTelemetry
OTEL_DISABLED=false
OTEL_COLLECTOR_ENDPOINT=http://localhost:4318