Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
DishenWang2023 authored May 17, 2024
1 parent 0b84b1f commit aeaf679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/admin-console/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NEXT_PUBLIC_API_URL='http://localhost:3001'
AUTH0_BASE_URL='http://localhost:3000'
AUTH0_SCOPE='openid profile email offline_access'
AUTH0_SECRET='use [openssl rand -hex 32] to generate a 32 bytes value'
AUTH0_ISSUER_BASE_URL='https://{yourDomain}'
AUTH0_ISSUER_BASE_URL='{yourIssuer}'
AUTH0_API_AUDIENCE='{yourAudience}'
AUTH0_CLIENT_ID='{yourClientId}'
AUTH0_CLIENT_SECRET='{yourClientSecret}'
Expand All @@ -19,4 +19,4 @@ NEXT_PUBLIC_POSTHOG_HOST="https://app.posthog.com"


# (OPTIONAL) STRIPE
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=

0 comments on commit aeaf679

Please sign in to comment.