Skip to content

Commit

Permalink
build: update the default NEXTAUTH_URL (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens authored Nov 15, 2024
1 parent 6321f72 commit 6f5bbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MATERIAL_DIR=".material"
YAML_TEMPLATE="config/oxford.yaml"
NEXT_PUBLIC_MATERIAL_URL="https://github.com/UNIVERSE-HPC/course-material"
NEXT_PUBLIC_BASEPATH=""
NEXTAUTH_URL=http://localhost/gutenberg/api/auth
NEXTAUTH_URL=http://localhost/api/auth
NEXTAUTH_SECRET="secret here"

GITHUB_SECRET="github_secret"
Expand All @@ -23,4 +23,4 @@ QDRANT_DB_URL=""

NGINX_HOST="localhost"
NGINX_PORT="80"
NGINX_IMAGE_TAG="latest"
NGINX_IMAGE_TAG="latest"

0 comments on commit 6f5bbb5

Please sign in to comment.