Skip to content

Commit

Permalink
fix: adding proper auth0 env vars to accounts-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzorn93 committed Jan 7, 2025
1 parent 482f10e commit 5f5b37f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/services/accounts-api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ DATABASE_PASSWORD=""
DATABASE_PORT=""
DATABASE_SSL_MODE=""
DATABASE_TIMEZONE=""

# AUTH0
# The URL of our Auth0 Tenant Domain.
# If you're using a Custom Domain, be sure to set this to that value instead.
AUTH0_DOMAIN=''

# Our Auth0 API's Identifier.
AUTH0_AUDIENCE=''

0 comments on commit 5f5b37f

Please sign in to comment.