Skip to content

Commit

Permalink
Merge pull request #179 from Dogtiti/Dogtiti-patch-7
Browse files Browse the repository at this point in the history
Update setup-auth.sh
  • Loading branch information
Dogtiti authored May 21, 2023
2 parents 78055a6 + eb061c0 commit e59fd5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup-auth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ NEXTAUTH_SECRET=$(openssl rand -base64 32)
# Disable guest mode when auth enable
NEXT_PUBLIC_GUEST_KEY=''

ENV="NEXTAUTH_SECRET=$NEXTAUTH_SECRET\n\
# Enable auth
NEXT_PUBLIC_FF_AUTH_ENABLED=true

ENV="NEXT_PUBLIC_FF_AUTH_ENABLED=$NEXT_PUBLIC_FF_AUTH_ENABLED\n\
OPENAI_API_KEY=$OPENAI_API_KEY\n\
DATABASE_URL=${DATABASE_URL}\n\
GITHUB_CLIENT_ID=${GITHUB_CLIENT_ID}\n\
Expand Down

1 comment on commit e59fd5c

@vercel
Copy link

@vercel vercel bot commented on e59fd5c May 21, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

auto-gpt-next-web – ./

auto-gpt-next-web-dogtiti.vercel.app
auto-agentgpt.com
auto-gpt-next-web-git-main-dogtiti.vercel.app

Please sign in to comment.