-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
45 lines (37 loc) · 1.01 KB
/
.env.example
File metadata and controls
45 lines (37 loc) · 1.01 KB
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
36
37
38
39
40
41
42
43
44
45
# Application settings
PORT=4000
# Logs admin panel credentials
LOGS_ADMIN_PANEL_USER=admin
LOGS_ADMIN_PANEL_PASSWORD=admin
# Database configuration
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_USER=postgres
DATABASE_PASSWORD=postgres
DATABASE_NAME=postgres
# Database admin panel
DB_ADMIN_PORT=5100
DB_ADMIN_EMAIL=admin@admin.com
DB_ADMIN_PASSWORD=admin
# Redis configuration
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=redis
REDIS_ADMIN_PORT=5200
REDIS_ADMIN_USER=redis
REDIS_ADMIN_PASSWORD=redis
# Prisma Studio credentials
PRISMA_STUDIO_LOGIN=admin
PRISMA_STUDIO_PASSWORD=admin
# Bull Board credentials
BULL_BOARD_LOGIN=admin
BULL_BOARD_PASSWORD=admin
# OIDC Configuration
OIDC_ISSUER=https://oalmxx.logto.app/oidc
# App ID / Client ID
OIDC_AUDIENCE=sl51b8k688hfuw9it0dqz
OIDC_JWKS_URI=https://oalmxx.logto.app/oidc/jwks
# Development mock OIDC user
# Set to "true" to bypass OIDC and use a hardcoded user with ADMIN and USER roles.
# WARNING: This should never be enabled in production.
OIDC_MOCK_ENABLED=true