Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazEpic authored May 8, 2024
1 parent 4aaa3fd commit e49ec13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PRISMA_DB_URL="file:dev.db"

TIMER_DURATION=30 # in seconds
CONFIRMATION_TIMER_DURATION=10 # in seconds
NUXT_PUBLIC_CONFIRMATION_TIMER_DURATION=10 # in seconds

LOCALHOST=localhost
NUXT_PUBLIC_LOCALHOST=localhost
Expand All @@ -26,4 +27,4 @@ NUXT_PARENT_NAME=${LOCALHOST}
NUXT_AUTH0_CLIENTID=CLIENTID
NUXT_AUTH0_SECRET=CLIENTSECRET
NUXT_BASEURL=http://${LOCALHOST}:${PORT}/
NUXT_ISSUER=https://dev-something.us.auth0.com/
NUXT_ISSUER=https://dev-something.us.auth0.com/

0 comments on commit e49ec13

Please sign in to comment.