Skip to content

Commit

Permalink
Fix admin setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsvgtr committed Jan 4, 2024
1 parent 7bb9781 commit 2479532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CLIENT_ID=${process.env.AUTH_ADMIN_CLIENT_ID}
CLIENT_SECRET=${process.env.AUTH_ADMIN_CLIENT_SECRET}
OAUTH_URL=${process.env.AUTH_APP_URL}
API_URL=${process.env.API_URL}
NEXT_PUBLIC_API_URL=${process.env.API_URL}
PORT=${process.env.ADMIN_PORT}
`
if (actions['create config']) {
Expand Down

0 comments on commit 2479532

Please sign in to comment.