Skip to content

Commit 351e633

Browse files
committed
add .env.template
1 parent 0508df7 commit 351e633

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.env.template

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

0 commit comments

Comments
 (0)