Skip to content

Commit aaa8151

Browse files
committed
feat: add env.sample file
1 parent 1d40dc7 commit aaa8151

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

src/Apps/App.Admin/.env.sample

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Keycloak Configuration
2+
# Update these values with your actual Keycloak server configuration
3+
VITE_KEYCLOAK_URL=http://localhost:8080
4+
VITE_KEYCLOAK_REALM=prog-coder-realm
5+
VITE_KEYCLOAK_CLIENT_ID=prog-coder-client-id
6+
VITE_KEYCLOAK_REDIRECT_URI=http://localhost:3002/
7+
VITE_KEYCLOAK_BASE_URL=http://localhost:8080/realms/prog-coder-realm
8+
VITE_API_GATEWAY=http://localhost:15009

src/Apps/App.Store/.env.example

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/Apps/App.Store/.env.sample

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Keycloak Configuration
2+
# Update these values with your actual Keycloak server configuration
3+
VITE_KEYCLOAK_URL=http://localhost:8080
4+
VITE_KEYCLOAK_REALM=prog-coder-realm
5+
VITE_KEYCLOAK_CLIENT_ID=prog-coder-client-id
6+
VITE_KEYCLOAK_REDIRECT_URI=http://localhost:3001/
7+
VITE_KEYCLOAK_BASE_URL=http://localhost:8080/realms/prog-coder-realm
8+
VITE_API_GATEWAY=http://localhost:15009

0 commit comments

Comments
 (0)