Skip to content

Commit

Permalink
Add .env file so the app can still run without the containers
Browse files Browse the repository at this point in the history
  • Loading branch information
4c0n committed Jan 8, 2025
1 parent 717ec31 commit 565b6f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ out

# Files that (sometimes) contain secrets
*.der
*.env
*.key
*.pem
.env.*
Expand Down
4 changes: 4 additions & 0 deletions apps/admin/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VITE_KEYCLOAK_BASE_URL=http://localhost:8002
VITE_KEYCLOAK_REALM=meldingen
VITE_KEYCLOAK_CLIENT_ID=meldingen
VITE_BACKEND_BASE_URL=http://localhost:8000

0 comments on commit 565b6f6

Please sign in to comment.