We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351e633 commit 6665029Copy full SHA for 6665029
.env.template
@@ -5,13 +5,13 @@ CODER_PORT=7080
5
APP_PORT=9090
6
7
# Database Configuration
8
-POSTGRES_USER=your_postgres_user
9
-POSTGRES_PASSWORD=your_postgres_password
+POSTGRES_USER=admin
+POSTGRES_PASSWORD=admin123
10
POSTGRES_DB=pad
11
12
# Keycloak Configuration
13
-KEYCLOAK_ADMIN=your_keycloak_admin
14
-KEYCLOAK_ADMIN_PASSWORD=your_keycloak_admin_password
+KEYCLOAK_ADMIN=admin
+KEYCLOAK_ADMIN_PASSWORD=admin123
15
OIDC_REALM=your_realm
16
OIDC_CLIENT_ID=your_client_id
17
OIDC_CLIENT_SECRET=your_client_secret
0 commit comments