-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 773 Bytes
/
.env.example
File metadata and controls
25 lines (21 loc) · 773 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
# Image references for local stack
API_IMAGE=diogopro/taskmanagement-api:latest
AUTH_IMAGE=diogopro/taskmanagement-auth:latest
CLIENT_IMAGE=diogopro/taskmanagement-client:localhost
# Public/internal URLs for local environment
APP_BASE_URL=https://app.localhost
API_BASE_URL=https://api.localhost
AUTH_ISSUER=https://auth.localhost
AUTH_INTERNAL_BASE_URL=http://auth-service:8080/
OPENIDDICT_AUDIENCE=task_management_api_dev
CADDYFILE_PATH=./Caddyfile.local
# PostgreSQL settings
POSTGRES_DB=taskmanagement
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
# Infrastructure secrets
OPENIDDICT_ENCRYPTION_KEY=DRjd/GnduI3Efzen9V9BvbNUfc/VKgXltV7Kbk9sMkY=
SWAGGER_CLIENT_SECRET=901564A5-E7FE-42CB-B10D-61EF6A8F3654
# Demo data
DEMO_DATA_ENABLED=true
DEMO_PASSWORD=Demo123!