Skip to content

Commit

Permalink
Merge pull request #126 from protokol/feat/docs_1
Browse files Browse the repository at this point in the history
chore: Evn example
  • Loading branch information
artuan authored Dec 11, 2024
2 parents 80e1449 + 7e7d1bf commit e84a763
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/frontend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Vercel Configuration
VERCEL_ORG_ID=your_vercel_org_id # Your Vercel organization ID
VERCEL_PROJECT_ID=your_vercel_project_id # Your Vercel project ID

# API Configuration
NEXT_PUBLIC_BASE_API_URL=http://localhost:3000 # Base URL for the backend API

# Authentication Configuration
# Use the local Keycloak server for development
NEXT_PUBLIC_AUTH_API_URL=http://localhost:8080/realms/wallet-realm/protocol/openid-connect

NEXT_PUBLIC_AUTH_CLIENT_ID=wallet-app # Client ID for Keycloak
NEXT_PUBLIC_AUTH_CLIENT_SECRET=your_client_secret # Client secret for Keycloak

1 comment on commit e84a763

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for ebsi-vector-frontend ready!

✅ Preview
https://ebsi-vector-frontend-opmjg1sxr-protokol.vercel.app

Built with commit e84a763.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.