File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Port Configuration
2+ POSTGRES_PORT = 5432
3+ KEYCLOAK_PORT = 8080
4+ CODER_PORT = 7080
5+ APP_PORT = 9090
6+
7+ # Database Configuration
8+ POSTGRES_USER = your_postgres_user
9+ POSTGRES_PASSWORD = your_postgres_password
10+ POSTGRES_DB = pad
11+
12+ # Keycloak Configuration
13+ KEYCLOAK_ADMIN = your_keycloak_admin
14+ KEYCLOAK_ADMIN_PASSWORD = your_keycloak_admin_password
15+ OIDC_REALM = your_realm
16+ OIDC_CLIENT_ID = your_client_id
17+ OIDC_CLIENT_SECRET = your_client_secret
18+
19+ # Docker Configuration
20+ DOCKER_GROUP_ID = your_docker_group_id
21+
22+ # Coder Configuration
23+ CODER_ADDITIONAL_CSP_POLICY = frame-ancestors *
24+ CODER_API_KEY = your_coder_api_key
25+ CODER_TEMPLATE_ID = your_template_id
26+ CODER_DEFAULT_ORGANIZATION = your_organization_id
27+
28+ # PAD Configuration
29+ STATIC_DIR = /app/frontend/dist
30+ ASSETS_DIR = /app/frontend/assets
You can’t perform that action at this time.
0 commit comments